Skip to content

Commit

Permalink
Fewer g++ -Wunused-variable warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
rfschtkt committed May 11, 2017
1 parent 7f382df commit 8dad542
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions training/lstmtraining.cpp
Expand Up @@ -173,10 +173,6 @@ int main(int argc, char **argv) {
return 1;
}

bool best_dumped = true;
char* best_model_dump = nullptr;
size_t best_model_size = 0;
STRING best_model_name;
tesseract::LSTMTester tester(static_cast<inT64>(FLAGS_max_image_MB) *
1048576);
tesseract::TestCallback tester_callback = nullptr;
Expand Down

0 comments on commit 8dad542

Please sign in to comment.