diff options
Diffstat (limited to 'src/shared/smack-util.h')
-rw-r--r-- | src/shared/smack-util.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/shared/smack-util.h b/src/shared/smack-util.h index 3dc28dd727..68778da38b 100644 --- a/src/shared/smack-util.h +++ b/src/shared/smack-util.h @@ -25,9 +25,6 @@ #include <stdbool.h> -#define SMACK_FLOOR_LABEL "_" -#define SMACK_STAR_LABEL "*" - bool mac_smack_use(void); int mac_smack_fix(const char *path, bool ignore_enoent, bool ignore_erofs); |