summaryrefslogtreecommitdiffstats
path: root/common/JailUtil.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'common/JailUtil.hpp')
-rw-r--r--common/JailUtil.hpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/common/JailUtil.hpp b/common/JailUtil.hpp
index df103bd8a4..07e74f92ec 100644
--- a/common/JailUtil.hpp
+++ b/common/JailUtil.hpp
@@ -24,9 +24,6 @@ bool bind(const std::string& source, const std::string& target);
/// Remount a bound mount point as readonly.
bool remountReadonly(const std::string& source, const std::string& target);
-/// Unmount a bind-mounted jail directory.
-bool unmount(const std::string& target);
-
/// Marks a jail as having been copied instead of mounted.
void markJailCopied(const std::string& root);