aboutsummaryrefslogtreecommitdiffstats
path: root/packet-nfs.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2000-08-15 21:27:46 +0000
committerGuy Harris <guy@alum.mit.edu>2000-08-15 21:27:46 +0000
commita0d9061db62f4fc54e16166a7e2848a33d0a8f89 (patch)
tree5bafd51b1e79c853f6e4aed9f574bb712c6d6970 /packet-nfs.c
parente559d013fc2d5a26dc3ff043ea7ea941f5f6549b (diff)
Get rid of an unused variable.
svn path=/trunk/; revision=2278
Diffstat (limited to 'packet-nfs.c')
-rw-r--r--packet-nfs.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/packet-nfs.c b/packet-nfs.c
index 1e86671d71..0d5e04217f 100644
--- a/packet-nfs.c
+++ b/packet-nfs.c
@@ -2,7 +2,7 @@
* Routines for nfs dissection
* Copyright 1999, Uwe Girlich <Uwe.Girlich@philosys.de>
*
- * $Id: packet-nfs.c,v 1.35 2000/08/14 13:21:15 girlich Exp $
+ * $Id: packet-nfs.c,v 1.36 2000/08/15 21:27:46 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -466,7 +466,6 @@ static void
dissect_fhandle_data(const u_char *pd, int offset, frame_data* fd, proto_tree *tree, int fhlen)
{
tvbuff_t *tvb = tvb_create_from_top(offset);
- packet_info *pinfo = &pi;
int fhtype = FHT_UNKNOWN;
/* filehandle too long */