aboutsummaryrefslogtreecommitdiffstats
path: root/asn1
diff options
context:
space:
mode:
authorwmeier <wmeier@f5534014-38df-0310-8fa8-9805f1628bb7>2009-10-16 21:47:48 +0000
committerwmeier <wmeier@f5534014-38df-0310-8fa8-9805f1628bb7>2009-10-16 21:47:48 +0000
commitf5bce58c253f81798219f8270bcfe370f49f5843 (patch)
tree912ca51b6c3f926e3b2823a3ecafcbf1b90a7cad /asn1
parent170216b9d296d4f818c645677a1ad9791d86ba4c (diff)
data_reassembled_table not used: remove it.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@30580 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'asn1')
-rw-r--r--asn1/t38/packet-t38-template.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/asn1/t38/packet-t38-template.c b/asn1/t38/packet-t38-template.c
index e7befe26b1..3caa0582b5 100644
--- a/asn1/t38/packet-t38-template.c
+++ b/asn1/t38/packet-t38-template.c
@@ -150,7 +150,6 @@ static guint32 seq_number = 0;
/* Tables for reassembly of Data fragments. */
static GHashTable *data_fragment_table = NULL;
-static GHashTable *data_reassembled_table = NULL;
static const fragment_items data_frag_items = {
/* Fragment subtrees */
@@ -202,7 +201,6 @@ static void t38_defragment_init(void)
{
/* Init reassemble tables */
fragment_table_init(&data_fragment_table);
- reassembled_table_init(&data_reassembled_table);
}