Skip to content

Commit 8d60a18

Browse files
committed
Remove unused iterator
Signed-off-by: Stefan Weil <sw@weilnetz.de>
1 parent 3ea9cff commit 8d60a18

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/ccmain/reject.cpp

-2
Original file line numberDiff line numberDiff line change
@@ -234,8 +234,6 @@ float compute_reject_threshold(WERD_CHOICE* word) {
234234
float threshold; // rejection threshold
235235
float bestgap = 0.0f; // biggest gap
236236
float gapstart; // bottom of gap
237-
// super iterator
238-
BLOB_CHOICE_IT choice_it; // real iterator
239237

240238
int blob_count = word->length();
241239
GenericVector<float> ratings;

0 commit comments

Comments
 (0)