Avoid needlessly shadowing another variable.
authormartinm <martinm@f5534014-38df-0310-8fa8-9805f1628bb7>
Thu, 10 May 2012 16:10:44 +0000 (16:10 +0000)
committermartinm <martinm@f5534014-38df-0310-8fa8-9805f1628bb7>
Thu, 10 May 2012 16:10:44 +0000 (16:10 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@42553 f5534014-38df-0310-8fa8-9805f1628bb7

mergecap.c

index 3eeb52dff39ee9774ea6a2a56e72628b11ce1a44..4f9869d029c2a26d9f8603e349c3b35311e2b6fc 100644 (file)
@@ -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");