aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2008-04-14 21:24:12 +0000
committerJörg Mayer <jmayer@loplof.de>2008-04-14 21:24:12 +0000
commit46efef6b043c14b8f858d411c0bd4ea12553fc31 (patch)
treedafbda4eb57d707be8427e99a97ba87bd689ac97 /plugins
parent4eb08aad661e31c46e5ee94409b367d43dc3d06a (diff)
Get rid of some unused functions to prevent -Werror from causing the compile to fail
svn path=/trunk/; revision=25026
Diffstat (limited to 'plugins')
-rw-r--r--plugins/asn1/packet-asn1.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/plugins/asn1/packet-asn1.c b/plugins/asn1/packet-asn1.c
index 4d569bb9d4..cb2fda22c9 100644
--- a/plugins/asn1/packet-asn1.c
+++ b/plugins/asn1/packet-asn1.c
@@ -2692,6 +2692,7 @@ showGNodes(GNode *p, int n)
showGNodes(p->next, n);
}
+#if 0
static void showGenv(GNode *p, int n, int m)
{
int i;
@@ -2709,6 +2710,7 @@ static void showGenv(GNode *p, int n, int m)
if (p && asn1_verbose) g_message("%*s.....", n*2, empty);
}
+#endif
static void
debug_dump_TT(void) /* dump contents of TT struct, for debugging */
@@ -4093,6 +4095,7 @@ showstack(statestack *pos, char *txt, int n)
g_message(buf);
}
+#if 0
static void
showrefNode(GNode *node, int n)
{
@@ -4121,7 +4124,9 @@ showrefNode(GNode *node, int n)
if (ref)
showrefNode(ref, n+1);
}
+#endif
+#if 0
static void
showNode(GNode *node, int n, int m)
{
@@ -4150,6 +4155,7 @@ showNode(GNode *node, int n, int m)
if (node->children) showNode(node->children, n+1, m);
if (node->next) showNode(node->next, n, m);
}
+#endif
static void
PDUreset(int count, int count2)