URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=ddf4814531ac58695ed7e6ef18b1621f05f6ed81
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master-2.2
Repository: wireshark
Commits:
ddf4814 by Guy Harris (guy@xxxxxxxxxxxx):
Get rid of an unnecessary variable.
It's shadowing an identical, unused variable declared at the top of the
function, causing a compiler warning.
Change-Id: Ie792af3a2635f1a8c7f2a5b3f5b58cb1589c508c
Reviewed-on: https://code.wireshark.org/review/20322
Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
Actions performed:
from ad1c571 [GTPv2] Fix dissection of MM Context fpr EPS
adds ddf4814 Get rid of an unnecessary variable.
Summary of changes:
extcap/androiddump.c | 2 --
1 file changed, 2 deletions(-)