diff options
author | Guy Harris <guy@alum.mit.edu> | 2003-11-19 09:49:00 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2003-11-19 09:49:00 +0000 |
commit | 5e28ce7e6c6b95144d8def8ee0efab63fc44be9f (patch) | |
tree | 400e70171ec91b403cab663a6287138802b482c0 /packet-cpfi.c | |
parent | 3fe5ef9396513bf08f1924f83a17e2f49cc15a50 (diff) | |
download | wireshark-5e28ce7e6c6b95144d8def8ee0efab63fc44be9f.tar.gz wireshark-5e28ce7e6c6b95144d8def8ee0efab63fc44be9f.tar.bz2 wireshark-5e28ce7e6c6b95144d8def8ee0efab63fc44be9f.zip |
Get rid of unused variables.
svn path=/trunk/; revision=9036
Diffstat (limited to 'packet-cpfi.c')
-rw-r--r-- | packet-cpfi.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/packet-cpfi.c b/packet-cpfi.c index 06c7d53d5e..ce90949214 100644 --- a/packet-cpfi.c +++ b/packet-cpfi.c @@ -5,7 +5,7 @@ * * Copyright 2003, Dave Sclarsky <dave_sclarsky[AT]cnt.com> * - * $Id: packet-cpfi.c,v 1.4 2003/11/19 04:26:13 guy Exp $ + * $Id: packet-cpfi.c,v 1.5 2003/11/19 09:49:00 guy Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs <gerald@ethereal.com> @@ -73,13 +73,9 @@ static int hf_cpfi_SOF_type = -1; static int hf_cpfi_speed = -1; static int hf_cpfi_OPM_error = -1; static int hf_cpfi_from_LCM = -1; -/* SOF word 2: */ -static int hf_cpfi_time_stamp = -1; -static int hf_cpfi_TBD = -1; /* EOF */ static int hf_cpfi_CRC_32 = -1; static int hf_cpfi_EOF_type = -1; -static int hf_cpfi_EOF_error = -1; static guint32 word1; static guint32 word2; |