From 33f6b348d1976069050ff15c66c67a7dc70f1a15 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Thu, 15 Dec 2011 21:03:21 +0000 Subject: [PATCH] #if 0 out a bunch of (currently?) unused routines. svn path=/trunk/; revision=40219 --- epan/dissectors/packet-pdcp-lte.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/epan/dissectors/packet-pdcp-lte.c b/epan/dissectors/packet-pdcp-lte.c index 417395489a..038171d97b 100644 --- a/epan/dissectors/packet-pdcp-lte.c +++ b/epan/dissectors/packet-pdcp-lte.c @@ -636,6 +636,7 @@ static void write_pdu_label_and_info(proto_item *pdu_ti, /***************************************************************/ +#if 0 /* Dissect a Large-CID field. Return following offset */ static int dissect_large_cid(proto_tree *tree, @@ -659,7 +660,7 @@ static int dissect_large_cid(proto_tree *tree, } } -#if 0 + static int dissect_pdcp_dynamic_chain(proto_tree *tree, proto_item *root_item _U_, tvbuff_t *tvb, @@ -1005,7 +1006,6 @@ static int dissect_pdcp_ir_packet(proto_tree *tree, return offset; } -#endif static int dissect_pdcp_feedback_feedback1(proto_tree *tree, @@ -1590,7 +1590,7 @@ static int dissect_pdcp_uor_2_ts_or_id_packet(proto_tree *tree, return offset; } - +#endif