From 0c541d2473ee6344a5177de01645241bd674d8d4 Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Thu, 2 Jul 2009 21:25:46 -0700 Subject: move Structrnd to runtime.h R=ken OCL=31125 CL=31125 --- src/pkg/runtime/hashmap.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/pkg/runtime/hashmap.c') diff --git a/src/pkg/runtime/hashmap.c b/src/pkg/runtime/hashmap.c index 49448ba78..1c8dd09cc 100644 --- a/src/pkg/runtime/hashmap.c +++ b/src/pkg/runtime/hashmap.c @@ -665,10 +665,6 @@ donothing(uint32 s, void *a, void *b) typedef struct hash Hmap; static int32 debug = 0; -enum { - Structrnd = sizeof(uintptr) -}; - // newmap(keysize uint32, valsize uint32, // keyalg uint32, valalg uint32, // hint uint32) (hmap *map[any]any); -- cgit v1.2.3