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>
This commit is contained in:
parent
13e458cd70
commit
68034a3f92
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user