summaryrefslogtreecommitdiff
path: root/runtime/utils.h
diff options
context:
space:
mode:
author Richard Uhler <ruhler@google.com> 2016-08-15 16:12:57 -0700
committer Richard Uhler <ruhler@google.com> 2016-08-15 16:12:57 -0700
commit458ab5382b7a84e5c192d62d2fb5ca0eb08ffd02 (patch)
treeeddb0f2b8c9494bb6cf1bcc6d9b3138703dd91fb /runtime/utils.h
parent36bf3a2d281892e7906d3eaf9d7455b0656c9a25 (diff)
Remove unused GetDalvikCacheFilenameOrDie.
Change-Id: I8987fa488a89865d4a5fb56dd00cc396ee33bcce Test: m test-art-host-gtest-utils_test32 Test: m build-art-host-tests Test: m build-art-target-tests
Diffstat (limited to 'runtime/utils.h')
-rw-r--r--runtime/utils.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/runtime/utils.h b/runtime/utils.h
index fd1ba23573..84079e2fb2 100644
--- a/runtime/utils.h
+++ b/runtime/utils.h
@@ -264,10 +264,6 @@ void GetDalvikCache(const char* subdir, bool create_if_absent, std::string* dalv
// rooted at cache_location.
bool GetDalvikCacheFilename(const char* file_location, const char* cache_location,
std::string* filename, std::string* error_msg);
-// Returns the absolute dalvik-cache path for a DexFile or OatFile, or
-// dies trying. The path returned will be rooted at cache_location.
-std::string GetDalvikCacheFilenameOrDie(const char* file_location,
- const char* cache_location);
// Returns the system location for an image
std::string GetSystemImageFilename(const char* location, InstructionSet isa);