Nothing in "packet.c" uses the global "cfile", so there's no need to

declare it there.

svn path=/trunk/; revision=2740
This commit is contained in:
Guy Harris 2000-12-03 22:26:26 +00:00
parent 35b1907af8
commit 6b744058c3
1 changed files with 1 additions and 4 deletions

View File

@ -1,7 +1,7 @@
/* packet.c
* Routines for packet disassembly
*
* $Id: packet.c,v 1.8 2000/12/03 22:12:19 guy Exp $
* $Id: packet.c,v 1.9 2000/12/03 22:26:26 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@ -83,9 +83,6 @@
#include "tvbuff.h"
#include "plugins.h"
extern capture_file cfile;
extern int proto_malformed;