aboutsummaryrefslogtreecommitdiffstats
path: root/tethereal.c
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2002-02-27 08:57:25 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2002-02-27 08:57:25 +0000
commitacaeecc8fec144408ff9d43668906bc5c698c393 (patch)
tree76f73e3b705843a74596e48d8d86d05eaa1f4461 /tethereal.c
parent7e0fd124764ea35250c4c4bf47db359b7d160930 (diff)
From Joerg Mayer: remove unused variables and declarations of
non-existent functions. Remove the "filetype" argument from the "can_write_encap" functions for particular capture file types - the argument value is implicit, in that the routine being called is the routine for that particular file type. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@4823 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'tethereal.c')
-rw-r--r--tethereal.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/tethereal.c b/tethereal.c
index 7f9d08c5fe..1072317459 100644
--- a/tethereal.c
+++ b/tethereal.c
@@ -1,6 +1,6 @@
/* tethereal.c
*
- * $Id: tethereal.c,v 1.127 2002/02/24 09:25:34 guy Exp $
+ * $Id: tethereal.c,v 1.128 2002/02/27 08:57:14 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -1227,8 +1227,6 @@ fill_in_fdata(frame_data *fdata, capture_file *cf,
const struct wtap_pkthdr *phdr,
const union wtap_pseudo_header *pseudo_header, long offset)
{
- int i;
-
fdata->next = NULL;
fdata->prev = NULL;
fdata->pfd = NULL;