summaryrefslogtreecommitdiffstats
path: root/wv_mem.h
diff options
context:
space:
mode:
Diffstat (limited to 'wv_mem.h')
-rw-r--r--wv_mem.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/wv_mem.h b/wv_mem.h
index 9d23ae8..dc95c7c 100644
--- a/wv_mem.h
+++ b/wv_mem.h
@@ -7,9 +7,6 @@
/* Relative offset into the arena */
typedef uint32_t wv_ref;
-/* 0 is our 'NULL' */
-#define WV_REF_NULL 0
-
/* Resolve a ref into a memory address */
#define WV_ADDR(arena, ref) ((void *)((arena)->buf + (ref)))