Skip to content

Commit

Permalink
Squash warning in alignment.rb: assigned but unused variable - lines
Browse files Browse the repository at this point in the history
  • Loading branch information
agrimm authored and ngoto committed Mar 26, 2013
1 parent 3e7b27f commit bd735d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/bio/alignment.rb
Expand Up @@ -1091,7 +1091,7 @@ def output_phylip(options = {})

# generates Phylip3.2 (old) non-interleaved format as a string
def output_phylipnon(options = {})
aln, aseqs, lines = __output_phylip_common(options)
aln, aseqs, _ = __output_phylip_common(options)
aln.first + aseqs.join('')
end

Expand Down

0 comments on commit bd735d6

Please sign in to comment.