bugfix for unix builds, remove leftover things from function move
authorulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>
Tue, 12 Apr 2005 23:12:37 +0000 (23:12 +0000)
committerulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>
Tue, 12 Apr 2005 23:12:37 +0000 (23:12 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@14062 f5534014-38df-0310-8fa8-9805f1628bb7

epan/filesystem.c

index 40337f82010ed8d8050b1509cade9932009e5a6c..69bc56ffffdec03c90e696fcecf12c40c0f28d1f 100644 (file)
@@ -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