URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=3e059c9d1fedf9c890f910fa88cc2ef99fb1e470
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
3e059c9 by Alexis La Goutte (alexis.lagoutte@xxxxxxxxx):
SMB2: Fix Dead Store (Dead assignement/Dead increment) warning found by Clang
Change-Id: Ic7d713e8593cd0841089f2c26d2c24f2f008cb31
Reviewed-on: https://code.wireshark.org/review/9667
Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
Actions performed:
from 0d4f412 Get rid of _U_, which was (mis)used in some places: - It was used even though the variable actually *was* in use for some compile settings. - It's not the c++ way.
adds 3e059c9 SMB2: Fix Dead Store (Dead assignement/Dead increment) warning found by Clang
Summary of changes:
epan/dissectors/packet-smb2.c | 2 --
1 file changed, 2 deletions(-)