Skip to content

Commit

Permalink
suppress warning: assigned but unused variable - dummy
Browse files Browse the repository at this point in the history
  • Loading branch information
ngoto committed Mar 23, 2015
1 parent 4a91502 commit bbd60d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/bio/appl/blast.rb
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ def set_options(opt = nil, program = nil, db = nil)
if fmt = ncbiopt.get('-m') then
@format = fmt.to_i
else
dummy = Bio::Blast::Report #dummy to load XMLParser or REXML
_ = Bio::Blast::Report #dummy to load XMLParser or REXML
if defined?(XMLParser) or defined?(REXML)
@format ||= 7
else
Expand Down

0 comments on commit bbd60d1

Please sign in to comment.