mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2025-06-12 05:13:14 +08:00
api: Remove unused constant kBytesPerBlob
This fixes a compiler warning: api/baseapi.cpp:1743:11: warning: unused variable 'kBytesPerBlob' [-Wunused-const-variable] Signed-off-by: Stefan Weil <sw@weilnetz.de>
This commit is contained in:
parent
5bce3f7d87
commit
db2a8e9f85
@ -1740,7 +1740,6 @@ const int kBytesPerNumber = 5;
|
||||
* * kNumbersPerBlob plus the newline. Add to this the
|
||||
* original UTF8 characters, and one kMaxBytesPerLine for safety.
|
||||
*/
|
||||
const int kBytesPerBlob = kNumbersPerBlob * (kBytesPerNumber + 1) + 1;
|
||||
const int kBytesPerBoxFileLine = (kBytesPerNumber + 1) * kNumbersPerBlob + 1;
|
||||
/** Max bytes in the decimal representation of inT64. */
|
||||
const int kBytesPer64BitNumber = 20;
|
||||
|
Loading…
Reference in New Issue
Block a user