The variables in question are only used if old unused code is present.

Fix the #ifdef.

svn path=/trunk/; revision=5064
This commit is contained in:
Guy Harris 2002-03-31 22:50:34 +00:00
parent 2963d86afd
commit d535c27d4a
1 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
*
* Copyright 2000, Heikki Vatiainen <hessu@cs.tut.fi>
*
* $Id: packet-cops.c,v 1.26 2002/03/31 21:38:47 guy Exp $
* $Id: packet-cops.c,v 1.27 2002/03/31 22:50:34 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@ -985,7 +985,7 @@ static int decode_cops_pr_asn1_data(tvbuff_t *tvb, guint32 offset, proto_tree *t
int ret;
guint cls, con, tag;
#ifdef HAVE_SPRINT_VALUE
#ifdef OLD
subid_t *variable_oid;
guint variable_oid_length;
#endif