Fix some Dead Store (Dead assignement/Dead increment) Warning found by Clang

svn path=/trunk/; revision=40908
This commit is contained in:
Alexis La Goutte 2012-02-06 22:19:07 +00:00
parent 7424e362c6
commit 50fe66d265
1 changed files with 0 additions and 1 deletions

View File

@ -400,7 +400,6 @@ k12text_dump(wtap_dumper *wdh _U_, const struct wtap_pkthdr *phdr,
}
wl = g_snprintf(p, left, "\r\n\r\n");
p+= wl;
left -= wl;
ret = wtap_dump_file_write(wdh, buf, K12BUF_SIZE - left, err);