Wireshark-commits: [Wireshark-commits] master b67b475: epan: remove redundant casts.
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 03 Jan 2019 23:39:49 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=b67b47558d1bfff404e483156a98ac3c50433609
Submitter: "Guy Harris <guy@xxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

b67b475 by Dario Lombardo (lomato@xxxxxxxxx):

    epan: remove redundant casts.
    
    Found by clang-tidy.
    
    Change-Id: Iaf6cf84c33b03ddfcd39a333b49f4987002afa56
    Reviewed-on: https://code.wireshark.org/review/31338
    Petri-Dish: Dario Lombardo <lomato@xxxxxxxxx>
    Petri-Dish: Guy Harris <guy@xxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  58b71c7   file: remove redundant cast.
     add  b67b475   epan: remove redundant casts.


Summary of changes:
 epan/addr_resolv.c |  2 +-
 epan/prefs.c       |  2 +-
 epan/proto.c       | 12 ++++++------
 epan/range.c       |  4 ++--
 epan/stats_tree.c  |  4 ++--
 epan/tap.c         |  2 +-
 epan/tvbparse.c    |  4 ++--
 epan/tvbuff_zlib.c |  2 +-
 epan/uat.c         |  2 +-
 9 files changed, 17 insertions(+), 17 deletions(-)