From: Orlando Del Aguila Date: Mon, 14 Apr 2014 16:56:20 +0000 (-0500) Subject: removing unused variable options, fixes warning in last ruby 1.9.3 branch X-Git-Url: https://git.r.bdr.sh/rbdr/lyricli.rb/commitdiff_plain/2a60e941a77fa78e17270725daa6cfd3bdad4c57?ds=sidebyside removing unused variable options, fixes warning in last ruby 1.9.3 branch --- diff --git a/bin/lrc b/bin/lrc index b1a44b6..3f71d87 100755 --- a/bin/lrc +++ b/bin/lrc @@ -3,8 +3,6 @@ require 'optparse' require 'lyricli' - -options = {} OptionParser.new do |opts| opts.banner = %{Usage: lrc [options]