summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
Diffstat (limited to 'source3')
-rw-r--r--source3/smbd/server.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/smbd/server.c b/source3/smbd/server.c
index 851b4608a7..9cc88d4d1a 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;
};