From 5ef629df9db2fbedb1413f9c12e412ebc7117730 Mon Sep 17 00:00:00 2001 From: hunt Date: Wed, 9 Nov 2005 22:41:51 +0000 Subject: 2005-11-09 Martin Hunt * map.h: Remove HSTAT_LOG and HSTAT_LINEAR. * map-gen.c: Fix comment. * pmap-gen.c: Ditto. --- runtime/map.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'runtime/map.h') 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; -- cgit