We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5eb9f0c commit 048cf9dCopy full SHA for 048cf9d
ccutil/tessdatamanager.cpp
@@ -42,7 +42,6 @@ void TessdataManager::LoadFileLater(const char *data_file_name) {
42
43
bool TessdataManager::Init(const char *data_file_name) {
44
GenericVector<char> data;
45
- bool result = true;
46
if (reader_ == nullptr) {
47
if (!LoadDataFromFile(data_file_name, &data)) return false;
48
} else {
classify/intproto.cpp
@@ -760,7 +760,6 @@ namespace tesseract {
760
*/
761
INT_TEMPLATES Classify::ReadIntTemplates(bool swap, TFile *fp) {
762
int i, j, w, x, y, z;
763
- int nread;
764
int unicharset_size;
765
int version_id = 0;
766
INT_TEMPLATES Templates;
0 commit comments