diff options
Diffstat (limited to 'runtime/utils.h')
| -rw-r--r-- | runtime/utils.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/runtime/utils.h b/runtime/utils.h index 8b7941a1b2..5b9e963919 100644 --- a/runtime/utils.h +++ b/runtime/utils.h @@ -273,11 +273,6 @@ std::string GetDalvikCacheFilenameOrDie(const char* file_location, // Returns the system location for an image std::string GetSystemImageFilename(const char* location, InstructionSet isa); -// Check whether the given magic matches a known file type. -bool IsZipMagic(uint32_t magic); -bool IsDexMagic(uint32_t magic); -bool IsOatMagic(uint32_t magic); - // Wrapper on fork/execv to run a command in a subprocess. bool Exec(std::vector<std::string>& arg_vector, std::string* error_msg); |