smbd: Remove unused "pcd" from struct pending_message_list
authorVolker Lendecke <vl@samba.org>
Mon, 5 Jun 2023 14:03:42 +0000 (16:03 +0200)
committerJeremy Allison <jra@samba.org>
Mon, 5 Jun 2023 17:17:36 +0000 (17:17 +0000)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/smbd/smb1_process.c
source3/smbd/smb2_process.c

index da7070264b1b24a077c7dd5cf0826b4de09c16f1..a25ae9d2767cadd747482e61a933ea3776e8cb39 100644 (file)
@@ -56,7 +56,6 @@ struct pending_message_list {
        struct smbd_server_connection *sconn;
        struct smbXsrv_connection *xconn;
        struct tevent_timer *te;
-       struct smb_perfcount_data pcd;
        uint32_t seqnum;
        bool encrypted;
        bool processed;
index 968c4ed5027b33134f72a932fc171bc116070a4c..38330466e13d7216b4f121c4fc6423f94de3d7d5 100644 (file)
@@ -55,7 +55,6 @@ struct pending_message_list {
        struct smbd_server_connection *sconn;
        struct smbXsrv_connection *xconn;
        struct tevent_timer *te;
-       struct smb_perfcount_data pcd;
        uint32_t seqnum;
        bool encrypted;
        bool processed;