X-Git-Url: http://plrg.eecs.uci.edu/git/?p=folly.git;a=blobdiff_plain;f=folly%2Fcompression%2FCounters.h;h=26c6740db525253e6846737f8c3760c6fe84a97f;hp=b46d2e59a4d9c5298699381dbfab18a1d24b132e;hb=59cb2ab00419bffb627e89cb096e1288c2f37eeb;hpb=0c20289b724cf462078cf70d0ea1487f67b45fa8 diff --git a/folly/compression/Counters.h b/folly/compression/Counters.h index b46d2e59..26c6740d 100644 --- a/folly/compression/Counters.h +++ b/folly/compression/Counters.h @@ -32,10 +32,6 @@ enum class CompressionCounterKey { BYTES_AFTER_COMPRESSION = 1, BYTES_BEFORE_DECOMPRESSION = 2, BYTES_AFTER_DECOMPRESSION = 3, - COMPRESSIONS = 4, - DECOMPRESSIONS = 5, - COMPRESSION_MILLISECONDS = 6, - DECOMPRESSION_MILLISECONDS = 7, }; enum class CompressionCounterType {