diff options
-rw-r--r-- | source3/smbd/globals.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/source3/smbd/globals.h b/source3/smbd/globals.h index 9a5823de3e..0c4b3b71a4 100644 --- a/source3/smbd/globals.h +++ b/source3/smbd/globals.h @@ -452,12 +452,6 @@ struct smbd_server_connection { bool using_smb2; int trans_num; - /* - * Cache for calling poll(2) to avoid allocations in our - * central event loop - */ - struct pollfd *pfds; - struct files_struct *files; struct bitmap *file_bmap; int real_max_open_files; |