Skip to content

Commit

Permalink
Remove unused iterator
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Weil <sw@weilnetz.de>
  • Loading branch information
stweil committed Jul 5, 2018
1 parent 3ea9cff commit 8d60a18
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/ccmain/reject.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -234,8 +234,6 @@ float compute_reject_threshold(WERD_CHOICE* word) {
float threshold; // rejection threshold
float bestgap = 0.0f; // biggest gap
float gapstart; // bottom of gap
// super iterator
BLOB_CHOICE_IT choice_it; // real iterator

int blob_count = word->length();
GenericVector<float> ratings;
Expand Down

0 comments on commit 8d60a18

Please sign in to comment.