From: Stefan Metzmacher Date: Sat, 3 Mar 2012 04:38:46 +0000 (+0100) Subject: s3:smbd/globals.h: remove unused pollfd pointer X-Git-Tag: tdb-1.2.10~383 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=acfa107ec64ceb6bf3a28df14585cfb0ccc79f41;p=thirdparty%2Fsamba.git 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 --- diff --git a/source3/smbd/globals.h b/source3/smbd/globals.h index 9a5823de3e1..0c4b3b71a4f 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;