Skip to content

Commit

Permalink
classify: Remove unused constant kMinPCLengthIncrease
Browse files Browse the repository at this point in the history
This fixes a compiler warning:

classify/intfeaturemap.cpp:33:14: warning:
 unused variable 'kMinPCLengthIncrease' [-Wunused-const-variable]

Signed-off-by: Stefan Weil <sw@weilnetz.de>
  • Loading branch information
stweil committed Sep 6, 2016
1 parent 193032a commit 5bce3f7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion classify/intfeaturemap.cpp
Expand Up @@ -30,7 +30,6 @@
namespace tesseract {

const int kMaxOffsetDist = 32;
const double kMinPCLengthIncrease = 1.0 / 1024;

IntFeatureMap::IntFeatureMap()
: mapping_changed_(true), compact_size_(0) {
Expand Down

0 comments on commit 5bce3f7

Please sign in to comment.