diff --git a/source3/smbd/smb1_process.c b/source3/smbd/smb1_process.c index da7070264b1..a25ae9d2767 100644 --- a/source3/smbd/smb1_process.c +++ b/source3/smbd/smb1_process.c @@ -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; diff --git a/source3/smbd/smb2_process.c b/source3/smbd/smb2_process.c index 968c4ed5027..38330466e13 100644 --- a/source3/smbd/smb2_process.c +++ b/source3/smbd/smb2_process.c @@ -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;