diff options
| author | 2016-08-16 17:59:51 +0000 | |
|---|---|---|
| committer | 2016-08-16 17:59:51 +0000 | |
| commit | 95afcbcc25bb17c9c34e8b7708013b612a3bb581 (patch) | |
| tree | eba2ca0cc99b74bd909cfa9a35dcf83f086c9009 /runtime/utils.h | |
| parent | 088debe40a6d4cd204aebb83d27c30c44c62a753 (diff) | |
| parent | 458ab5382b7a84e5c192d62d2fb5ca0eb08ffd02 (diff) | |
Merge "Remove unused GetDalvikCacheFilenameOrDie."
Diffstat (limited to 'runtime/utils.h')
| -rw-r--r-- | runtime/utils.h | 4 |
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); |