From f68020f1e160200583881aa79e312fe8a8b93e0d Mon Sep 17 00:00:00 2001 From: Jakub Zawadzki Date: Wed, 10 Oct 2012 19:05:30 +0000 Subject: Revert changes to ep_ allocator, revert edt ref-counting. svn path=/trunk/; revision=45451 --- epan/epan_dissect.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'epan/epan_dissect.h') diff --git a/epan/epan_dissect.h b/epan/epan_dissect.h index 5969182d3c..ff48107a5d 100644 --- a/epan/epan_dissect.h +++ b/epan/epan_dissect.h @@ -31,7 +31,6 @@ extern "C" { #include "tvbuff.h" #include "proto.h" #include "packet_info.h" -#include "emem.h" /* Dissection of a single byte array. Holds tvbuff info as * well as proto_tree info. As long as the epan_dissect_t for a byte @@ -42,7 +41,6 @@ extern "C" { struct _epan_dissect_t { tvbuff_t *tvb; proto_tree *tree; - emem_pool_t *mem; packet_info pi; }; -- cgit v1.2.3