mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2024-11-24 02:59:07 +08:00
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 <sw@weilnetz.de>
This commit is contained in:
parent
193032a778
commit
5bce3f7d87
@ -30,7 +30,6 @@
|
||||
namespace tesseract {
|
||||
|
||||
const int kMaxOffsetDist = 32;
|
||||
const double kMinPCLengthIncrease = 1.0 / 1024;
|
||||
|
||||
IntFeatureMap::IntFeatureMap()
|
||||
: mapping_changed_(true), compact_size_(0) {
|
||||
|
Loading…
Reference in New Issue
Block a user