From 49b92440deaabb43114479e5b0e6af2c481ca8ac Mon Sep 17 00:00:00 2001 From: Gerald Combs Date: Mon, 11 Jul 2011 20:32:19 +0000 Subject: More GLIB_CHECK_VERSION cleanups. Update the minimum GLib/GTK+ versions in README.devloper. Remove g_gnuc.h since it's no longer needed. Remove tvbuff_init(), tvbuff_cleanup(), reassemble_init(), and reassemble_cleanup() since they were only used for older GLib versions which didn't support GSlices. Assume we always support the "matches" operator. svn path=/trunk/; revision=37978 --- epan/reassemble.h | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'epan/reassemble.h') diff --git a/epan/reassemble.h b/epan/reassemble.h index f23824e290..12e93a199c 100644 --- a/epan/reassemble.h +++ b/epan/reassemble.h @@ -99,7 +99,6 @@ typedef struct _fragment_data { /* a function for copying hash keys */ typedef void *(*fragment_key_copier)(const void *key); - /* * Initialize a fragment table. */ @@ -111,16 +110,6 @@ extern void dcerpc_fragment_table_init(GHashTable **fragment_table); */ extern void reassembled_table_init(GHashTable **reassembled_table); -/* - * Free up all space allocated for fragment keys and data. - */ -void reassemble_cleanup(void); - -/* - * Initialise fragment keys and data. - */ -void reassemble_init(void); - /* * This function adds a new fragment to the fragment hash table. * If this is the first fragment seen for this datagram, a new entry -- cgit v1.2.3