Clean up unused function warnings in snappy.

This commit is contained in:
costan
2017-03-17 13:43:18 -07:00
committed by Victor Costan
parent 8b60aac4fd
commit ed3b7b242b
4 changed files with 16 additions and 29 deletions

View File

@@ -170,11 +170,6 @@ enum {
};
static const int kMaximumTagLength = 5; // COPY_4_BYTE_OFFSET plus the actual offset.
// Mapping from i in range [0,4] to a mask to extract the bottom 8*i bits
static const uint32 wordmask[] = {
0u, 0xffu, 0xffffu, 0xffffffu, 0xffffffffu
};
// Data stored per entry in lookup table:
// Range Bits-used Description
// ------------------------------------