diff options
Diffstat (limited to 'compiler/driver/compiler_options.h')
-rw-r--r-- | compiler/driver/compiler_options.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/compiler/driver/compiler_options.h b/compiler/driver/compiler_options.h index 79ba1c27c9..747205e4e5 100644 --- a/compiler/driver/compiler_options.h +++ b/compiler/driver/compiler_options.h @@ -195,10 +195,6 @@ class CompilerOptions final { return implicit_suspend_checks_; } - bool IsGeneratingImage() const { - return IsBootImage() || IsBootImageExtension() || IsAppImage(); - } - // Are we compiling a boot image? bool IsBootImage() const { return image_type_ == ImageType::kBootImage; |