Skip to content

Commit

Permalink
Merge pull request #863 from stweil/warnings
Browse files Browse the repository at this point in the history
Remove unused local variables
  • Loading branch information
zdenop authored May 2, 2017
2 parents 5eb9f0c + 048cf9d commit b4d7705
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion ccutil/tessdatamanager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ void TessdataManager::LoadFileLater(const char *data_file_name) {

bool TessdataManager::Init(const char *data_file_name) {
GenericVector<char> data;
bool result = true;
if (reader_ == nullptr) {
if (!LoadDataFromFile(data_file_name, &data)) return false;
} else {
Expand Down
1 change: 0 additions & 1 deletion classify/intproto.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -760,7 +760,6 @@ namespace tesseract {
*/
INT_TEMPLATES Classify::ReadIntTemplates(bool swap, TFile *fp) {
int i, j, w, x, y, z;
int nread;
int unicharset_size;
int version_id = 0;
INT_TEMPLATES Templates;
Expand Down

0 comments on commit b4d7705

Please sign in to comment.