Skip to content

Commit

Permalink
fixed warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
bbuchfink committed Aug 10, 2016
1 parent 70818ad commit 8576ef5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/run/benchmark.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ void benchmark_ungapped(const Sequence_set &ss, unsigned qa, unsigned sa)
t.start();

const Letter *q = &ss[0][qa], *s = &ss[1][sa];
unsigned delta, len;
int score=0;

for (unsigned i = 0; i < n; ++i) {
Expand Down

0 comments on commit 8576ef5

Please sign in to comment.