aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ssl.c
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2001-11-21 01:21:08 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2001-11-21 01:21:08 +0000
commit9202a69b578874e6ef4481974c09a6cd01084a6a (patch)
tree9df749716440da05879e0110590723584f30e6c3 /packet-ssl.c
parentebec8d836e23faf7d5549147f643f3130403105a (diff)
Get rid of some unused variables.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@4240 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'packet-ssl.c')
-rw-r--r--packet-ssl.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/packet-ssl.c b/packet-ssl.c
index 1cb97c7028..23f95ff677 100644
--- a/packet-ssl.c
+++ b/packet-ssl.c
@@ -2,7 +2,7 @@
* Routines for ssl dissection
* Copyright (c) 2000-2001, Scott Renfro <scott@renfro.org>
*
- * $Id: packet-ssl.c,v 1.8 2001/10/16 07:13:01 guy Exp $
+ * $Id: packet-ssl.c,v 1.9 2001/11/21 01:21:08 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -1977,7 +1977,6 @@ static void
ssl_set_conv_version(packet_info *pinfo, guint version)
{
conversation_t *conversation;
- void *conv_data;
if (pinfo->fd->flags.visited)
{