Skip to content

Commit 8dad542

Browse files
committed
Fewer g++ -Wunused-variable warnings
1 parent 7f382df commit 8dad542

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

training/lstmtraining.cpp

-4
Original file line numberDiff line numberDiff line change
@@ -173,10 +173,6 @@ int main(int argc, char **argv) {
173173
return 1;
174174
}
175175

176-
bool best_dumped = true;
177-
char* best_model_dump = nullptr;
178-
size_t best_model_size = 0;
179-
STRING best_model_name;
180176
tesseract::LSTMTester tester(static_cast<inT64>(FLAGS_max_image_MB) *
181177
1048576);
182178
tesseract::TestCallback tester_callback = nullptr;

0 commit comments

Comments
 (0)