summaryrefslogtreecommitdiff
path: root/mergecap.c
diff options
context:
space:
mode:
Diffstat (limited to 'mergecap.c')
-rw-r--r--mergecap.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/mergecap.c b/mergecap.c
index 3eeb52dff3..4f9869d029 100644
--- a/mergecap.c
+++ b/mergecap.c
@@ -390,7 +390,6 @@ main(int argc, char *argv[])
if(file_type == WTAP_FILE_PCAPNG ){
wtapng_section_t *shb_hdr;
GString *comment_gstr;
- int i;
shb_hdr = g_new(wtapng_section_t,1);
comment_gstr = g_string_new("File created by merging: \n");