aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2002-04-29 10:06:01 +0000
committerGuy Harris <guy@alum.mit.edu>2002-04-29 10:06:01 +0000
commitd773807f4f40b5789eea3495eeed2cb0a070ade5 (patch)
tree30a4304a0448d7d2ac930c1b9ba9b3197c06834d
parent4943a12e1b93a695ff82a4716d14981a5899a52f (diff)
Get rid of an unused variable.
svn path=/trunk/; revision=5293
-rw-r--r--packet-smb-pipe.c19
1 files changed, 1 insertions, 18 deletions
diff --git a/packet-smb-pipe.c b/packet-smb-pipe.c
index 41335ce7f1..890043b472 100644
--- a/packet-smb-pipe.c
+++ b/packet-smb-pipe.c
@@ -8,7 +8,7 @@ XXX Fixme : shouldnt show [malformed frame] for long packets
* significant rewrite to tvbuffify the dissector, Ronnie Sahlberg and
* Guy Harris 2001
*
- * $Id: packet-smb-pipe.c,v 1.73 2002/04/29 08:20:10 guy Exp $
+ * $Id: packet-smb-pipe.c,v 1.74 2002/04/29 10:06:01 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -1094,23 +1094,6 @@ static const item_t lm_data_req_samoemchangepassword[] = {
{ NULL, NULL, PARAM_NONE }
};
-/*
- * Create a subtree for an entry we don't yet know how to dissect.
- */
-
-#if 0
-static proto_item *
-unknown_entry(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree,
- int offset)
-{
- if (tree) {
- return proto_tree_add_text(tree, tvb, offset, -1,
- "Unknown entry");
- } else
- return NULL;
-}
-#endif
-
#define API_NetShareEnum 0
#define API_NetShareGetInfo 1
#define API_NetShareSetInfo 2