summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorSteve Kemp <steve@steve.org.uk>2015-03-09 12:52:59 +0000
committerSteve Kemp <steve@steve.org.uk>2015-03-09 12:52:59 +0000
commit7867669e6bf465539234f81e0d3abe18304c7a4c (patch)
tree2b3ec4654df30f0b5fdec6fcbe6add55efc8ed35 /lib
parentb4340b00e2c7a6e85448787d4dee41d7202859f2 (diff)
Removed dead code.
After raising an exception the following code could not be reached.
Diffstat (limited to 'lib')
-rw-r--r--lib/custodian/parser.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/custodian/parser.rb b/lib/custodian/parser.rb
index 9d1095a..3379c5a 100644
--- a/lib/custodian/parser.rb
+++ b/lib/custodian/parser.rb
@@ -349,7 +349,6 @@ module Custodian
end
rescue => ex
raise ArgumentError, "Parsing a line to a protocol test gave the error: #{ex}"
- return nil
end
end