mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2025-01-07 18:27:48 +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) {
|
void fixspace_dbg(WERD_RES *word) {
|
||||||
TBOX box = word->word->bounding_box();
|
TBOX box = word->word->bounding_box();
|
||||||
bool show_map_detail = false;
|
const bool show_map_detail = false;
|
||||||
int16_t i;
|
int16_t i;
|
||||||
|
|
||||||
box.print();
|
box.print();
|
||||||
|
Loading…
Reference in New Issue
Block a user