diff options
author | Guy Harris <guy@alum.mit.edu> | 2012-05-26 00:53:50 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2012-05-26 00:53:50 +0000 |
commit | 73fbd6894d1a9569fb0ff1dad43636522bfc0806 (patch) | |
tree | 1cf5c41d8a0b72027beca3293a9f68237493149f /file.c | |
parent | 3d3b154b12ec958ee12473f6334a7567cf1a5e5e (diff) | |
download | wireshark-73fbd6894d1a9569fb0ff1dad43636522bfc0806.tar.gz wireshark-73fbd6894d1a9569fb0ff1dad43636522bfc0806.tar.bz2 wireshark-73fbd6894d1a9569fb0ff1dad43636522bfc0806.zip |
I already got rid of that variable - it just mirrors cf->filename.
svn path=/trunk/; revision=42860
Diffstat (limited to 'file.c')
-rw-r--r-- | file.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -3881,7 +3881,6 @@ cf_save_packets(capture_file *cf, const char *fname, guint save_format, } #else do_copy = TRUE; - from_filename = cf->filename; #endif } else { /* It's a permanent file, so we should copy it, and not remove the |