Fix CID 1395114 ('Constant' variable guards dead code)

Signed-off-by: Stefan Weil <sw@weilnetz.de>
This commit is contained in:
Stefan Weil 2018-08-21 18:04:36 +02:00
parent 99efc13de8
commit 7e9dfefc5c

View File

@ -808,7 +808,7 @@ float Tesseract::blob_noise_score(TBLOB *blob) {
void fixspace_dbg(WERD_RES *word) {
TBOX box = word->word->bounding_box();
bool show_map_detail = false;
const bool show_map_detail = false;
int16_t i;
box.print();