s3:smbd/server: maintain the list of child processes under smbd_parent_context
[kai/samba.git] / source3 / smbd / globals.c
index 274f017b08dc5f7f967ee0909f086209c9341340..70ff22c6ca50c98d4d99446cb4dfd8bf61e6125a 100644 (file)
@@ -101,8 +101,6 @@ struct kernel_oplocks *koplocks = NULL;
 struct smbd_parent_context *am_parent = NULL;
 struct memcache *smbd_memcache_ctx = NULL;
 bool exit_firsttime = true;
-struct child_pid *children = 0;
-int num_children = 0;
 
 struct smbd_server_connection *smbd_server_conn = NULL;