summaryrefslogtreecommitdiff
path: root/artd/path_utils.cc
diff options
context:
space:
mode:
Diffstat (limited to 'artd/path_utils.cc')
-rw-r--r--artd/path_utils.cc5
1 files changed, 0 insertions, 5 deletions
diff --git a/artd/path_utils.cc b/artd/path_utils.cc
index 8dcc1e9607..295b023923 100644
--- a/artd/path_utils.cc
+++ b/artd/path_utils.cc
@@ -210,11 +210,6 @@ Result<std::string> BuildDexMetadataPath(const DexMetadataPath& dex_metadata_pat
return ReplaceFileExtension(dex_metadata_path.dexPath, "dm");
}
-Result<std::string> BuildDexMetadataPath(const VdexPath& vdex_path) {
- DCHECK(vdex_path.getTag() == VdexPath::dexMetadataPath);
- return BuildDexMetadataPath(vdex_path.get<VdexPath::dexMetadataPath>());
-}
-
Result<std::string> BuildProfileOrDmPath(const ProfilePath& profile_path) {
switch (profile_path.getTag()) {
case ProfilePath::primaryRefProfilePath: