summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/slop/parser.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/slop/parser.rb b/lib/slop/parser.rb
index c6462ea..00b7e33 100644
--- a/lib/slop/parser.rb
+++ b/lib/slop/parser.rb
@@ -52,7 +52,6 @@ module Slop
# support `foo=bar`
orig_flag = flag.dup
- orig_arg = arg
if match = flag.match(/([^=]+)=([^=]+)/)
flag, arg = match.captures
end