summaryrefslogtreecommitdiff
path: root/cfile.c
diff options
context:
space:
mode:
Diffstat (limited to 'cfile.c')
-rw-r--r--cfile.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/cfile.c b/cfile.c
index 225d88b863..6ebf3d6d85 100644
--- a/cfile.c
+++ b/cfile.c
@@ -52,10 +52,6 @@ init_cap_file(capture_file *cf)
cf->rfcode = NULL;
cf->dfilter = NULL;
cf->dfcode = NULL;
-#ifdef HAVE_LIBPCAP
- cf->cfilter = g_strdup("");
-#endif
- cf->iface = NULL;
cf->has_snap = FALSE;
cf->snap = WTAP_MAX_PACKET_SIZE;
cf->count = 0;