aboutsummaryrefslogtreecommitdiffstats
path: root/asn1
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2008-06-28 20:58:35 +0000
committerAnders Broman <anders.broman@ericsson.com>2008-06-28 20:58:35 +0000
commitd897f46ed2a86050c0dd69da694f363be7d9585d (patch)
tree91e49547dfa68d46a3020a054ca7f3270d4211e8 /asn1
parentc756e273f96c2a6e0969bc5fe0e65811fcb9419a (diff)
Get rid of some unused code warnings.
svn path=/trunk/; revision=25627
Diffstat (limited to 'asn1')
-rw-r--r--asn1/pcap/packet-pcap-template.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/asn1/pcap/packet-pcap-template.c b/asn1/pcap/packet-pcap-template.c
index 039705f8ef..51cf740d0f 100644
--- a/asn1/pcap/packet-pcap-template.c
+++ b/asn1/pcap/packet-pcap-template.c
@@ -93,8 +93,6 @@ static dissector_table_t pcap_proc_uout_dissector_table;
static dissector_table_t pcap_proc_out_dissector_table;
static int dissect_ProtocolIEFieldValue(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree);
-static int dissect_ProtocolIEFieldPairFirstValue(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree);
-static int dissect_ProtocolIEFieldPairSecondValue(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree);
static int dissect_ProtocolExtensionFieldExtensionValue(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree);
static int dissect_InitiatingMessageValue(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree);
static int dissect_SuccessfulOutcomeValue(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree);