aboutsummaryrefslogtreecommitdiffstats
path: root/packet-dcerpc-epm.c
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2002-05-02 21:47:47 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2002-05-02 21:47:47 +0000
commit81dd9ffefe00bc9f3c0533177bf162d1ec0d6be2 (patch)
tree5e638fda0cf5dfbba7e50c9a9c50263c336a7c47 /packet-dcerpc-epm.c
parent9e0619d2fdb8f813a20e3a22f5c468389c9cd19f (diff)
From Joerg Mayer: get rid of some unused variables and arguments, and
mark other unused arguments as such. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@5366 f5534014-38df-0310-8fa8-9805f1628bb7
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);