summaryrefslogtreecommitdiff
path: root/epan/wmem/wmem_stack.c
diff options
context:
space:
mode:
authorEvan Huus <eapache@gmail.com>2013-03-09 20:16:33 +0000
committerEvan Huus <eapache@gmail.com>2013-03-09 20:16:33 +0000
commitaafe8b18e910aae4b7ae9c3a5c5283c78ca83379 (patch)
treecc687dcf555005c6eb536242cc67d8f53acd519d /epan/wmem/wmem_stack.c
parent122b7cb6dfabd71a987216cf2fee907e8281dbd0 (diff)
downloadwireshark-aafe8b18e910aae4b7ae9c3a5c5283c78ca83379.tar.gz
Remove the wmem slab. It was an optimization mimicking the emem slab
(removed in r48218) which did nothing particularly useful. Also lets us remove another debugging environment variable. svn path=/trunk/; revision=48219
Diffstat (limited to 'epan/wmem/wmem_stack.c')
-rw-r--r--epan/wmem/wmem_stack.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/epan/wmem/wmem_stack.c b/epan/wmem/wmem_stack.c
index 2dbd910ae4..4fd1d0c3f7 100644
--- a/epan/wmem/wmem_stack.c
+++ b/epan/wmem/wmem_stack.c
@@ -27,7 +27,6 @@
#include <glib.h>
#include "wmem_core.h"
-#include "wmem_slab.h"
#include "wmem_stack.h"
#include "wmem_slist.h"