aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ncp2222.inc
diff options
context:
space:
mode:
authorGilbert Ramirez <gram@alumni.rice.edu>2002-04-04 03:51:39 +0000
committerGilbert Ramirez <gram@alumni.rice.edu>2002-04-04 03:51:39 +0000
commit3d7d008703d1e6486b06c0d587f8e661c24c9cee (patch)
tree17568a2094a3621f9132e6cf5d5ec55155ae6267 /packet-ncp2222.inc
parent892df728ad45fb5d561f5fa0da864f094eda0c4e (diff)
Remove unused variable.
svn path=/trunk/; revision=5094
Diffstat (limited to 'packet-ncp2222.inc')
-rw-r--r--packet-ncp2222.inc3
1 files changed, 1 insertions, 2 deletions
diff --git a/packet-ncp2222.inc b/packet-ncp2222.inc
index 57a1834846..3c03f535e7 100644
--- a/packet-ncp2222.inc
+++ b/packet-ncp2222.inc
@@ -7,7 +7,7 @@
*
* Gilbert Ramirez <gram@alumni.rice.edu>
*
- * $Id: packet-ncp2222.inc,v 1.8 2002/01/10 04:44:34 gram Exp $
+ * $Id: packet-ncp2222.inc,v 1.9 2002/04/04 03:51:39 gram Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -297,7 +297,6 @@ dissect_ncp_reply(tvbuff_t *tvb, packet_info *pinfo,
conversation_t *conversation;
const ncp_record *ncp_rec = NULL;
- gboolean found_request = FALSE;
guint8 completion_code;
guint length;
ptvcursor_t *ptvc = NULL;