Merge pull request #1755 from stweil/clean

Remove unused iterator
This commit is contained in:
Egor Pugin 2018-07-05 23:10:18 +03:00 committed by GitHub
commit f2f9bed41d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;