Skip to content

Commit db2a8e9

Browse files
committed
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>
1 parent 5bce3f7 commit db2a8e9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

api/baseapi.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -1740,7 +1740,6 @@ const int kBytesPerNumber = 5;
17401740
* * kNumbersPerBlob plus the newline. Add to this the
17411741
* original UTF8 characters, and one kMaxBytesPerLine for safety.
17421742
*/
1743-
const int kBytesPerBlob = kNumbersPerBlob * (kBytesPerNumber + 1) + 1;
17441743
const int kBytesPerBoxFileLine = (kBytesPerNumber + 1) * kNumbersPerBlob + 1;
17451744
/** Max bytes in the decimal representation of inT64. */
17461745
const int kBytesPer64BitNumber = 20;

0 commit comments

Comments
 (0)