Remove unused var.

This commit is contained in:
Egor Pugin 2021-01-05 17:56:39 +03:00
parent 14cf6adda2
commit 40aca00559

View File

@ -475,8 +475,7 @@ class TESS_API Wordrec : public Classify {
// This variable is modified by PAGE_RES_IT when iterating over
// words to OCR on the page.
WERD_CHOICE *prev_word_best_choice_;
// Sums of blame reasons computed by the blamer.
GenericVector<int> blame_reasons_;
// Function used to fill char choice lattices.
void (Wordrec::*fill_lattice_)(const MATRIX &ratings,
const WERD_CHOICE_LIST &best_choices,