Skip to content

Commit 7e9dfef

Browse files
committed
Fix CID 1395114 ('Constant' variable guards dead code)
Signed-off-by: Stefan Weil <[email protected]>
1 parent 99efc13 commit 7e9dfef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ccmain/fixspace.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -808,7 +808,7 @@ float Tesseract::blob_noise_score(TBLOB *blob) {
808808

809809
void fixspace_dbg(WERD_RES *word) {
810810
TBOX box = word->word->bounding_box();
811-
bool show_map_detail = false;
811+
const bool show_map_detail = false;
812812
int16_t i;
813813

814814
box.print();

0 commit comments

Comments
 (0)