diff options
-rw-r--r-- | source3/smbd/trans2.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/source3/smbd/trans2.c b/source3/smbd/trans2.c index 9f5ef09454..2f164dafa2 100644 --- a/source3/smbd/trans2.c +++ b/source3/smbd/trans2.c @@ -50,16 +50,6 @@ SMB_BIG_UINT get_allocation_size(files_struct *fsp, SMB_STRUCT_STAT *sbuf) } /**************************************************************************** - Utility functions for dealing with extended attributes. -****************************************************************************/ - -struct ea_list { - struct ea_list *next, *prev; - struct ea_struct ea; -}; - -static -/**************************************************************************** Send the required number of replies back. We assume all fields other than the data fields are set correctly for the type of call. |