From 12172e6751299cfb233320ab7cf707fe7306510b Mon Sep 17 00:00:00 2001 From: Peter Wu Date: Mon, 28 Sep 2015 14:22:44 +0200 Subject: [PATCH] tcp: remove misleading, outdated comment v1.99.1rc0-717-ga2c2f87 removed pinfo->private_data assignment, but left the comment in place. Since v1.99.1rc0-761-g6d207fe, the member is removed completely, so let's drop the comment. Change-Id: Ib36b6b979abda786202867ea1e6ef0d11487f61c Reviewed-on: https://code.wireshark.org/review/10684 Reviewed-by: Peter Wu --- epan/dissectors/packet-tcp.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/epan/dissectors/packet-tcp.c b/epan/dissectors/packet-tcp.c index 98fbcffddc..af27d5917f 100644 --- a/epan/dissectors/packet-tcp.c +++ b/epan/dissectors/packet-tcp.c @@ -2491,10 +2491,6 @@ tcp_dissect_pdus(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, (*dissect_pdu)(next_tvb, pinfo, tree, dissector_data); } CATCH_NONFATAL_ERRORS { - /* Restore the private_data structure in case one of the - * called dissectors modified it (and, due to the exception, - * was unable to restore it). - */ show_exception(tvb, pinfo, tree, EXCEPT_CODE, GET_MESSAGE); /*