From 8576ef54d8d428f2b41c65dabd34aea77ce77e59 Mon Sep 17 00:00:00 2001 From: bbuchfink Date: Wed, 10 Aug 2016 18:50:29 +0200 Subject: [PATCH] fixed warnings --- src/run/benchmark.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/run/benchmark.cpp b/src/run/benchmark.cpp index ccd45c71..97c15501 100644 --- a/src/run/benchmark.cpp +++ b/src/run/benchmark.cpp @@ -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) {