Skip to content

Commit

Permalink
Fix CID 1395114 ('Constant' variable guards dead code)
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Weil <[email protected]>
  • Loading branch information
stweil committed Aug 22, 2018
1 parent 99efc13 commit 7e9dfef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ccmain/fixspace.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 7e9dfef

Please sign in to comment.