diff options
Diffstat (limited to 'runtime/base/file_utils.h')
-rw-r--r-- | runtime/base/file_utils.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/runtime/base/file_utils.h b/runtime/base/file_utils.h index 8adb4f7bf8..d4f6c576c0 100644 --- a/runtime/base/file_utils.h +++ b/runtime/base/file_utils.h @@ -28,7 +28,6 @@ namespace art { bool ReadFileToString(const std::string& file_name, std::string* result); -bool PrintFileToLog(const std::string& file_name, android::base::LogSeverity level); // Find $ANDROID_ROOT, /system, or abort. std::string GetAndroidRoot(); |