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
commit881ead73eca30cc11c885811276cd5310fe1e418 (patch)
treedb98e4c4616825f5d97ebd392ed0694fcf788094 /lib
parent262c7d9360b23cb06d60f0b0692379555e691274 (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