Fix a gcc -Wshadow warning.

svn path=/trunk/; revision=32093
This commit is contained in:
Bill Meier 2010-03-03 15:47:28 +00:00
parent eba3b41978
commit f041bb3e19
1 changed files with 0 additions and 2 deletions

View File

@ -1018,8 +1018,6 @@ static void checkChannelRepeatedNACKInfo(packet_info *pinfo,
}
if (noOfNACKsRepeated >= 1) {
gint n;
/* Create space for frame state_report */
p_report_in_frame = se_alloc(sizeof(rlc_channel_repeated_nack_report_in_frame));