summaryrefslogtreecommitdiffstats
path: root/runtime/map.h
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/map.h')
-rw-r--r--runtime/map.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/runtime/map.h b/runtime/map.h
index 83a65c1e..08c06a1e 100644
--- a/runtime/map.h
+++ b/runtime/map.h
@@ -47,11 +47,6 @@ amount of memory. Do not increase above 5. */
#include "stat.h"
-/* Histogram is log 2 */
-#define HSTAT_LOG (STAT | (HIST_LOG << 8))
-/* Histogram is linear */
-#define HSTAT_LINEAR (STAT | (HIST_LINEAR << 8))
-
/* Keys are either int64 or strings */
typedef union {
int64_t val;