summaryrefslogtreecommitdiff
path: root/Utils.h
diff options
context:
space:
mode:
authorEric Biggers <ebiggers@google.com>2024-02-27 02:57:55 +0000
committerEric Biggers <ebiggers@google.com>2024-02-27 03:00:34 +0000
commitd0e9a59885bcae5f64e3cdd5eb0c59b733094fc0 (patch)
treec6655a235ea66b576c2a2dbd130a628bda9b00f9 /Utils.h
parent527a52874e05680a592779b1e94a858a90137e6d (diff)
downloadvold-d0e9a59885bcae5f64e3cdd5eb0c59b733094fc0.tar.gz
Delete unused code conditional on MANAGE_MISC_DIRS
Since MANAGE_MISC_DIRS is hardcoded to 0, and it always has been, there is no need to have it in the code. Test: build Change-Id: I30a73e67999841271e07dbc3eeb1b8568529a7c3
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 fbd0f30a..690f79e5 100644
--- a/Utils.h
+++ b/Utils.h
@@ -148,7 +148,6 @@ std::string BuildKeyPath(const std::string& partGuid);
std::string BuildDataSystemLegacyPath(userid_t userid);
std::string BuildDataSystemCePath(userid_t userid);
std::string BuildDataSystemDePath(userid_t userid);
-std::string BuildDataMiscLegacyPath(userid_t userid);
std::string BuildDataProfilesDePath(userid_t userid);
std::string BuildDataVendorCePath(userid_t userid);
std::string BuildDataVendorDePath(userid_t userid);