diff --git a/api/baseapi.cpp b/api/baseapi.cpp index 590c8b56f..9e2b882c5 100644 --- a/api/baseapi.cpp +++ b/api/baseapi.cpp @@ -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;