diff options
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); |