diff options
Diffstat (limited to 'source3/include/smb.h')
-rw-r--r-- | source3/include/smb.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/source3/include/smb.h b/source3/include/smb.h index ee14466cf7..f61c8cbbad 100644 --- a/source3/include/smb.h +++ b/source3/include/smb.h @@ -516,19 +516,6 @@ struct uid_cache { uid_t list[UID_CACHE_SIZE]; }; -/* - * Structure used when splitting a lock range - * into a POSIX lock range. Doubly linked list. - */ - -struct unlock_list { - struct unlock_list *next; - struct unlock_list *prev; - SMB_BIG_UINT start; - SMB_BIG_UINT size; - uint16 smbpid; -}; - typedef struct { char *name; |