summaryrefslogtreecommitdiff
path: root/src/basic/label.h
diff options
context:
space:
mode:
authorSven Eden <yamakuzure@gmx.net>2017-01-03 11:22:56 +0100
committerSven Eden <yamakuzure@gmx.net>2017-03-14 10:18:46 +0100
commit5db0e7adf018c82dd63cd21d31dd313dff5561af (patch)
tree93cc7298b8dfab71966ded0470bf11fbcffe1c29 /src/basic/label.h
parent390fb58fd380304b6a3c185ee076a8dbc87a07fe (diff)
Prep v224: Major cleanup of unneeded functions and some source files.
Diffstat (limited to 'src/basic/label.h')
-rw-r--r--src/basic/label.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/basic/label.h b/src/basic/label.h
index 8070bcb02..455a729ea 100644
--- a/src/basic/label.h
+++ b/src/basic/label.h
@@ -27,4 +27,4 @@
int label_fix(const char *path, bool ignore_enoent, bool ignore_erofs);
int mkdir_label(const char *path, mode_t mode);
-int symlink_label(const char *old_path, const char *new_path);
+// UNNEEDED int symlink_label(const char *old_path, const char *new_path);