From acfa107ec64ceb6bf3a28df14585cfb0ccc79f41 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Sat, 3 Mar 2012 05:38:46 +0100 Subject: s3:smbd/globals.h: remove unused pollfd pointer metze Autobuild-User: Stefan Metzmacher Autobuild-Date: Sun Mar 4 23:18:10 CET 2012 on sn-devel-104 --- source3/smbd/globals.h | 6 ------ 1 file changed, 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; -- cgit