aboutsummaryrefslogtreecommitdiffstats
path: root/packet-iapp.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2002-04-29 08:20:18 +0000
committerGuy Harris <guy@alum.mit.edu>2002-04-29 08:20:18 +0000
commit9a80f0a5212d8ad6704cebefbaf091a473ab04a4 (patch)
tree53112d7b0bd3805cf4f0a1184361d95493a61129 /packet-iapp.c
parent30f02bc99cb3a578758c76cc6cb0c8278273e6be (diff)
Removal (or, at least, #ifdeffing out) of unused variables and
functions, from David Frascone. svn path=/trunk/; revision=5288
Diffstat (limited to 'packet-iapp.c')
-rw-r--r--packet-iapp.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/packet-iapp.c b/packet-iapp.c
index f720cb5c29..5052dc9c20 100644
--- a/packet-iapp.c
+++ b/packet-iapp.c
@@ -2,7 +2,7 @@
* Routines for IAPP dissection
* Copyright 2002, Alfred Arnold <aarnold@elsa.de>
*
- * $Id: packet-iapp.c,v 1.1 2002/02/02 12:04:22 guy Exp $
+ * $Id: packet-iapp.c,v 1.2 2002/04/29 08:20:08 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -259,9 +259,7 @@ static gchar*
authval_to_str(int type, int len, tvbuff_t *tvb, int offset)
{
gchar *run;
- const guint8 *mac;
int z, val;
- gchar *strval;
run = textbuffer;
run += sprintf(run, "Value: ");