summaryrefslogtreecommitdiff
path: root/epan/emem.h
diff options
context:
space:
mode:
Diffstat (limited to 'epan/emem.h')
-rw-r--r--epan/emem.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/epan/emem.h b/epan/emem.h
index 1236d61c2f..7a0a57af4b 100644
--- a/epan/emem.h
+++ b/epan/emem.h
@@ -54,7 +54,6 @@ void emem_init(void);
/** Allocate memory with a packet lifetime scope */
WS_DLL_PUBLIC
void *ep_alloc(size_t size) G_GNUC_MALLOC;
-#define ep_new(type) ((type*)ep_alloc(sizeof(type)))
/** Allocate memory with a packet lifetime scope and fill it with zeros*/
WS_DLL_PUBLIC