diff options
-rw-r--r-- | src/pkg/runtime/hashmap.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/pkg/runtime/hashmap.h b/src/pkg/runtime/hashmap.h index 06b98349b..906de4764 100644 --- a/src/pkg/runtime/hashmap.h +++ b/src/pkg/runtime/hashmap.h @@ -64,7 +64,6 @@ */ #define malloc mal -#define free(a) USED(a) #define offsetof(s,m) (uint32)(&(((s*)0)->m)) #define memset(a,b,c) ·memclr((byte*)(a), (uint32)(c)) #define memcpy(a,b,c) mcpy((byte*)(a),(byte*)(b),(uint32)(c)) |