From 7867669e6bf465539234f81e0d3abe18304c7a4c Mon Sep 17 00:00:00 2001 From: Steve Kemp Date: Mon, 9 Mar 2015 12:52:59 +0000 Subject: Removed dead code. After raising an exception the following code could not be reached. --- lib/custodian/parser.rb | 1 - 1 file changed, 1 deletion(-) 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 -- cgit v1.2.1