Remove dead code found in Coverity CID 271.

svn path=/trunk/; revision=25831
This commit is contained in:
Gerald Combs 2008-07-25 18:51:44 +00:00
parent 9bacbeceb5
commit 2f5f9ae606
1 changed files with 0 additions and 4 deletions

View File

@ -945,7 +945,6 @@ load_cap_file(capture_file *cf)
int err;
gchar *err_info;
gint64 data_offset = 0;
char *save_file_string = NULL;
struct wtap_pkthdr phdr;
guchar pd[WTAP_MAX_PACKET_SIZE];
@ -984,9 +983,6 @@ load_cap_file(capture_file *cf)
}
}
if (save_file_string != NULL)
g_free(save_file_string);
return err;
}