1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00

smbd: Remove unused "pcd" from struct pending_message_list

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
Volker Lendecke 2023-06-05 16:03:42 +02:00 committed by Jeremy Allison
parent d2dcc0fdf5
commit 1a5ac20a23
2 changed files with 0 additions and 2 deletions

View 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;

View 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;