Wireshark-commits: [Wireshark-commits] master 782191f: TCP: Fix Dead Store (Dead assignement/Dead i

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 30 Mar 2016 18:16:15 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=782191f7662c2cd2849524ba279aad0aafcba4de
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

782191f by Alexis La Goutte (alexis.lagoutte@xxxxxxxxx):

    TCP: Fix Dead Store (Dead assignement/Dead increment) Warning found by Clang
    
    packet-tcp.c:2155: warning: Value stored to 'relseq' during its initialization is never read
    packet-tcp.c:3511: warning: Value stored to 'assignedMetaId' is never read
    packet-tcp.c:3514: warning: Value stored to 'assignedMetaId' is never read
    
    Change-Id: I68d8088fc54da5ad52361510d43b893e58bf419f
    Reviewed-on: https://code.wireshark.org/review/14695
    Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Reviewed-by: Matthieu Coudron <matthieu.coudron@xxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  ad52a36   Qt: fix buffer alarm threshold parameter retrieval in multicast statistics dialog
    adds  782191f   TCP: Fix Dead Store (Dead assignement/Dead increment) Warning found by Clang


Summary of changes:
 epan/dissectors/packet-tcp.c |   11 +----------
 1 file changed, 1 insertion(+), 10 deletions(-)