diff options
Diffstat (limited to 'runtime/trace.h')
| -rw-r--r-- | runtime/trace.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/runtime/trace.h b/runtime/trace.h index c6f36e4ab1..ab2fe8f9e5 100644 --- a/runtime/trace.h +++ b/runtime/trace.h @@ -184,7 +184,6 @@ class Trace final : public instrumentation::InstrumentationListener { REQUIRES_SHARED(Locks::mutator_lock_) REQUIRES(!unique_methods_lock_, !streaming_lock_) override; void MethodUnwind(Thread* thread, - Handle<mirror::Object> this_object, ArtMethod* method, uint32_t dex_pc) REQUIRES_SHARED(Locks::mutator_lock_) REQUIRES(!unique_methods_lock_, !streaming_lock_) |