diff options
author | Günther Deschner <gd@samba.org> | 2011-02-09 20:51:47 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-02-09 22:51:16 +0100 |
commit | 4303d34da9c0da048348c63468c25381d8d0084c (patch) | |
tree | e3b24d8d0a3df4f172e1b2c9eb2f6ef6b0807870 /source3/include | |
parent | 9239db35e6c77e645a85dbb9a315902d24b87503 (diff) | |
download | samba-4303d34da9c0da048348c63468c25381d8d0084c.tar.gz samba-4303d34da9c0da048348c63468c25381d8d0084c.tar.bz2 samba-4303d34da9c0da048348c63468c25381d8d0084c.zip |
s3: remove unused struct uuid_flat.
Guenther
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/smb.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/source3/include/smb.h b/source3/include/smb.h index 95c1d62357..3e19eb2726 100644 --- a/source3/include/smb.h +++ b/source3/include/smb.h @@ -1808,13 +1808,6 @@ struct ea_list { /* Prefix for xattrs storing streams. */ #define SAMBA_XATTR_MARKER "user.SAMBA_STREAMS" -#define UUID_SIZE 16 - -#define UUID_FLAT_SIZE 16 -typedef struct uuid_flat { - uint8 info[UUID_FLAT_SIZE]; -} UUID_FLAT; - /* map readonly options */ enum mapreadonly_options {MAP_READONLY_NO, MAP_READONLY_YES, MAP_READONLY_PERMISSIONS}; |