aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--epan/filesystem.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/epan/filesystem.c b/epan/filesystem.c
index 40337f8201..69bc56ffff 100644
--- a/epan/filesystem.c
+++ b/epan/filesystem.c
@@ -778,9 +778,6 @@ files_identical(const char *fname1, const char *fname2)
}
#else
struct stat infile, outfile;
- save_callback_args_t callback_args;
-
- cf_callback_invoke(cf_cb_file_safe_started, (gpointer) fname);
/*
* Check that the from file is not the same as to file