aboutsummaryrefslogtreecommitdiffstats
path: root/asn1
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2009-10-16 21:47:48 +0000
committerBill Meier <wmeier@newsguy.com>2009-10-16 21:47:48 +0000
commit8e2f6a26cb3f4b2fe9737b4f3d8351f0cdb7098c (patch)
tree912ca51b6c3f926e3b2823a3ecafcbf1b90a7cad /asn1
parentc293e4d024bee1e1bbb85567b23ec388ae1120f8 (diff)
data_reassembled_table not used: remove it.
svn path=/trunk/; revision=30580
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);
}