summaryrefslogtreecommitdiff
path: root/Utils.h
diff options
context:
space:
mode:
authorEric Biggers <ebiggers@google.com>2022-03-10 20:29:41 +0000
committerEric Biggers <ebiggers@google.com>2022-03-10 20:31:51 +0000
commitb5f688aaebd11431a0fb7fc3af6f7b474cd818fe (patch)
tree3b26feb5b8c473c593ed915d4aee8aeb9bbdfa04 /Utils.h
parent4e152c1c1dc23df22e87703f8b17fa7079711028 (diff)
downloadvold-b5f688aaebd11431a0fb7fc3af6f7b474cd818fe.tar.gz
Remove unused function UnmountTreeWithPrefix()
Change-Id: I6940498e4d6269dfcb78cab75bf56d1d545dd784
Diffstat (limited to 'Utils.h')
-rw-r--r--Utils.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/Utils.h b/Utils.h
index 2d546399..72d7552a 100644
--- a/Utils.h
+++ b/Utils.h
@@ -175,7 +175,6 @@ bool Readlinkat(int dirfd, const std::string& path, std::string* result);
// Handles dynamic major assignment for virtio-block
bool IsVirtioBlkDevice(unsigned int major);
-status_t UnmountTreeWithPrefix(const std::string& prefix);
status_t UnmountTree(const std::string& mountPoint);
bool IsDotOrDotDot(const struct dirent& ent);