aboutsummaryrefslogtreecommitdiffstats
path: root/file.c
diff options
context:
space:
mode:
Diffstat (limited to 'file.c')
-rw-r--r--file.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/file.c b/file.c
index cc919aa096..bee2adfe30 100644
--- a/file.c
+++ b/file.c
@@ -1063,13 +1063,6 @@ cf_get_packet_count(capture_file *cf)
}
/* XXX - use a macro instead? */
-void
-cf_set_packet_count(capture_file *cf, int packet_count)
-{
- cf->count = packet_count;
-}
-
-/* XXX - use a macro instead? */
gboolean
cf_is_tempfile(capture_file *cf)
{