mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2024-12-13 16:09:04 +08:00
Fix CID 1395114 ('Constant' variable guards dead code)
Signed-off-by: Stefan Weil <sw@weilnetz.de>
This commit is contained in:
parent
99efc13de8
commit
7e9dfefc5c
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user