From 4303d34da9c0da048348c63468c25381d8d0084c Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Wed, 9 Feb 2011 20:51:47 +0100 Subject: s3: remove unused struct uuid_flat. Guenther --- source3/include/smb.h | 7 ------- 1 file changed, 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}; -- cgit