summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2012-03-03 05:38:46 +0100
committerStefan Metzmacher <metze@samba.org>2012-03-04 23:18:10 +0100
commitacfa107ec64ceb6bf3a28df14585cfb0ccc79f41 (patch)
treedf60c514f71666cbf96025b5c6c50d39b0e5693e
parentc9d380702cb8d1b2d393d7c369ec27adf4bb1060 (diff)
downloadsamba-acfa107ec64ceb6bf3a28df14585cfb0ccc79f41.tar.gz
samba-acfa107ec64ceb6bf3a28df14585cfb0ccc79f41.tar.bz2
samba-acfa107ec64ceb6bf3a28df14585cfb0ccc79f41.zip
s3:smbd/globals.h: remove unused pollfd pointer
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Sun Mar 4 23:18:10 CET 2012 on sn-devel-104
-rw-r--r--source3/smbd/globals.h6
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;