aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2005-04-12 23:12:37 +0000
committerUlf Lamping <ulf.lamping@web.de>2005-04-12 23:12:37 +0000
commit6cacb84377243e36fd4602b5788fc258a03ac7d6 (patch)
treed34cadfd4a3a9afade10b35c219d5db70ec55ed5
parent854c387c0b90c5b5b46460220eae659ca9120fcc (diff)
bugfix for unix builds, remove leftover things from function move
svn path=/trunk/; revision=14062
-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