From: Volker Lendecke Date: Thu, 22 Mar 2012 13:18:13 +0000 (+0100) Subject: s3: Remove an unused structure field X-Git-Tag: tdb-1.2.10~83 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d1697b3eaa3346766cffd9b1577e8df37bffef63;p=thirdparty%2Fsamba.git s3: Remove an unused structure field --- diff --git a/source3/smbd/server.c b/source3/smbd/server.c index 851b4608a7e..9cc88d4d1a4 100644 --- a/source3/smbd/server.c +++ b/source3/smbd/server.c @@ -57,8 +57,6 @@ struct smbd_parent_context { /* the list of current child processes */ struct smbd_child_pid *children; size_t num_children; - /* pipe for detecting death of parent process in child: */ - int child_pipe[2]; struct timed_event *cleanup_te; };