diff options
Diffstat (limited to 'compiler')
| -rw-r--r-- | compiler/oat_writer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/oat_writer.h b/compiler/oat_writer.h index f7801f5d7f..8111c9f7a0 100644 --- a/compiler/oat_writer.h +++ b/compiler/oat_writer.h @@ -66,7 +66,7 @@ class OatWriter { uint32_t image_file_location_oat_checksum, uint32_t image_file_location_oat_begin, const std::string& image_file_location, - const CompilerDriver* compiler) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_); + const CompilerDriver* compiler); const OatHeader& GetOatHeader() const { return *oat_header_; |