diff options
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/smb.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/source3/include/smb.h b/source3/include/smb.h index 8c521f8a58..3451123dee 100644 --- a/source3/include/smb.h +++ b/source3/include/smb.h @@ -1359,12 +1359,6 @@ struct smb_filename { SMB_STRUCT_STAT st; }; -/* struct for maintaining the child processes that get spawned from smbd */ -struct child_pid { - struct child_pid *prev, *next; - pid_t pid; -}; - /* Used to keep track of deferred opens. */ struct deferred_open_record; |