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

svn path=/trunk/; revision=52097
This commit is contained in:
Alexis La Goutte 2013-09-16 07:56:04 +00:00
parent 9bde18734f
commit 58e4750ecb
1 changed files with 1 additions and 1 deletions

View File

@ -1724,7 +1724,7 @@ handle_chopping(chop_t chop, struct wtap_pkthdr *out_phdr,
else
out_phdr->len = 0;
}
in_phdr = out_phdr;
/*in_phdr = out_phdr;*/
}
}