aboutsummaryrefslogtreecommitdiffstats
path: root/packet-dcerpc-epm.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2002-05-02 21:47:47 +0000
committerGuy Harris <guy@alum.mit.edu>2002-05-02 21:47:47 +0000
commitf7724391aa5ff30f55d2a8b3f4cf1d5985c3ab76 (patch)
tree5e638fda0cf5dfbba7e50c9a9c50263c336a7c47 /packet-dcerpc-epm.c
parentf7570d4440e497da558482c481232478fe7719f3 (diff)
From Joerg Mayer: get rid of some unused variables and arguments, and
mark other unused arguments as such. svn path=/trunk/; revision=5366
Diffstat (limited to 'packet-dcerpc-epm.c')
-rw-r--r--packet-dcerpc-epm.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/packet-dcerpc-epm.c b/packet-dcerpc-epm.c
index 1ffdf37ab4..e5851194da 100644
--- a/packet-dcerpc-epm.c
+++ b/packet-dcerpc-epm.c
@@ -2,7 +2,7 @@
* Routines for dcerpc endpoint mapper dissection
* Copyright 2001, Todd Sabin <tas@webspan.net>
*
- * $Id: packet-dcerpc-epm.c,v 1.6 2002/04/29 09:41:45 guy Exp $
+ * $Id: packet-dcerpc-epm.c,v 1.7 2002/05/02 21:47:47 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -103,8 +103,6 @@ epm_dissect_ept_lookup_resp (tvbuff_t *tvb, int offset,
packet_info *pinfo, proto_tree *tree,
char *drep)
{
- guint32 dummy;
-
offset = dissect_ndr_ctx_hnd (tvb, offset, pinfo, tree, drep,
hf_epm_lookup_hnd, NULL);