From aae1de7f9e5ea7cf9684aa827afad910fead1311 Mon Sep 17 00:00:00 2001 From: Jeff Morriss Date: Fri, 11 Oct 2013 21:29:12 +0000 Subject: cf_start_tail() is (now) just a wrapper around cf_open(). Get rid of it and just call cf_open(). svn path=/trunk/; revision=52553 --- file.c | 9 --------- 1 file changed, 9 deletions(-) (limited to 'file.c') diff --git a/file.c b/file.c index 8b12314390..5103116416 100644 --- a/file.c +++ b/file.c @@ -826,15 +826,6 @@ cf_read(capture_file *cf, gboolean reloading) } #ifdef HAVE_LIBPCAP -cf_status_t -cf_start_tail(capture_file *cf, const char *fname, gboolean is_tempfile, int *err) -{ - cf_status_t cf_status; - - cf_status = cf_open(cf, fname, is_tempfile, err); - return cf_status; -} - cf_read_status_t cf_continue_tail(capture_file *cf, volatile int to_read, int *err) { -- cgit v1.2.3