diff options
author | Niels de Vos <ndevos@redhat.com> | 2016-04-19 17:52:26 +0200 |
---|---|---|
committer | Niels de Vos <ndevos@redhat.com> | 2016-04-25 01:17:27 -0700 |
commit | 68034a3f92a779f8fe67525472f450d473769dd3 (patch) | |
tree | 57b230a9b72be9f8bc193eb061ae7cce85cdb5e4 /libglusterfs | |
parent | 13e458cd70ac1943cf68d95a2c6517663626c64a (diff) |
build: remove unused gf_darwin_compat_*xattr() functions
These functions are not implemented or used anywhere, there is no reason
to have them declared in the compatibility header.
Change-Id: If33ed2cc0be86b9f04f05f3af822758e263f6d53
BUG: 1198849
Signed-off-by: Niels de Vos <ndevos@redhat.com>
Reviewed-on: http://review.gluster.org/14033
Smoke: Gluster Build System <jenkins@build.gluster.com>
NetBSD-regression: NetBSD Build System <jenkins@build.gluster.org>
CentOS-regression: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Kaleb KEITHLEY <kkeithle@redhat.com>
Diffstat (limited to 'libglusterfs')
-rw-r--r-- | libglusterfs/src/compat.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/libglusterfs/src/compat.h b/libglusterfs/src/compat.h index 04779bff4dc..81e74f41075 100644 --- a/libglusterfs/src/compat.h +++ b/libglusterfs/src/compat.h @@ -12,7 +12,6 @@ #define __COMPAT_H__ #include <stdint.h> -#include "dict.h" #ifndef LLONG_MAX #define LLONG_MAX __LONG_LONG_MAX__ /* compat with old gcc */ @@ -255,10 +254,6 @@ enum { #define FTW_CONTINUE 0 #endif -int32_t gf_darwin_compat_listxattr (int len, dict_t *dict, int size); -int32_t gf_darwin_compat_getxattr (const char *key, dict_t *dict); -int32_t gf_darwin_compat_setxattr (dict_t *dict); - #ifndef _PATH_UMOUNT #define _PATH_UMOUNT "/sbin/umount" #endif |