Skip to content

Commit 5bce3f7

Browse files
committed
classify: Remove unused constant kMinPCLengthIncrease
This fixes a compiler warning: classify/intfeaturemap.cpp:33:14: warning: unused variable 'kMinPCLengthIncrease' [-Wunused-const-variable] Signed-off-by: Stefan Weil <[email protected]>
1 parent 193032a commit 5bce3f7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

classify/intfeaturemap.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030
namespace tesseract {
3131

3232
const int kMaxOffsetDist = 32;
33-
const double kMinPCLengthIncrease = 1.0 / 1024;
3433

3534
IntFeatureMap::IntFeatureMap()
3635
: mapping_changed_(true), compact_size_(0) {

0 commit comments

Comments
 (0)