URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=b6d182859ebb22933aee010c38187b249a75043a
Submitter: "Peter Wu <peter@xxxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
b6d1828 by Peter Wu (peter@xxxxxxxxxxxxx):
DCERPC: remove unused variable and mark another global as static
dcerpc_hooks_init_protos is unused since v1.11.3-rc1-34-g01c8945438.
uuid_dissector_table was added in v2.1.0rc0-391-ge0e574d167 and was not
used outside the file, so mark it as static.
Change-Id: I6113fbaf1f2e2e6241b91b659711986d6e6ded66
Reviewed-on: https://code.wireshark.org/review/30116
Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
Actions performed:
from 9fcb4af QUIC: gQUIC Q044 always use CHLO from gQUIC (with tag)
add b6d1828 DCERPC: remove unused variable and mark another global as static
Summary of changes:
epan/dissectors/packet-dcerpc.c | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)