aboutsummaryrefslogtreecommitdiffstats
path: root/asn1
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2008-08-26 01:04:39 +0000
committerGuy Harris <guy@alum.mit.edu>2008-08-26 01:04:39 +0000
commitd7a51fc7de6832f1758df9ab002149bf1f36008d (patch)
tree74c63a8faf590f8a23437b2ad4234b47c06d66ca /asn1
parent77b81b391b70d2cb8db06c20f9fbe91b0f83f3af (diff)
Get rid of an unused variable in the P7 dissector.
Create a set of warning-clean ASN.1 dissectors and build them with -Werror, to try to prevent errors creeping back in. Put the P7 dissector there. svn path=/trunk/; revision=26090
Diffstat (limited to 'asn1')
-rw-r--r--asn1/p7/packet-p7-template.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/asn1/p7/packet-p7-template.c b/asn1/p7/packet-p7-template.c
index 097d23b373..c8d65c1c29 100644
--- a/asn1/p7/packet-p7-template.c
+++ b/asn1/p7/packet-p7-template.c
@@ -61,8 +61,6 @@ void prefs_register_p7(void); /* forward declaration for use in preferences regi
/* Initialize the protocol and registered fields */
int proto_p7 = -1;
-static struct SESSION_DATA_STRUCTURE* session = NULL;
-
#include "packet-p7-hf.c"
/* Initialize the subtree pointers */