summaryrefslogtreecommitdiff
path: root/src/core/mount.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/mount.h')
-rw-r--r--src/core/mount.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/core/mount.h b/src/core/mount.h
index 79cdc8dbfc..a01e6da194 100644
--- a/src/core/mount.h
+++ b/src/core/mount.h
@@ -128,6 +128,3 @@ MountExecCommand mount_exec_command_from_string(const char *s) _pure_;
const char* mount_result_to_string(MountResult i) _const_;
MountResult mount_result_from_string(const char *s) _pure_;
-
-void unit_warn_if_dir_nonempty(Unit *u, const char* where);
-int unit_fail_if_symlink(Unit *u, const char* where);