1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-03 13:47:25 +03:00

s3: Remove an unused structure field

This commit is contained in:
Volker Lendecke 2012-03-22 14:18:13 +01:00
parent 42cb8ff71c
commit d1697b3eaa

View File

@ -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;
};