diff options
Diffstat (limited to 'runtime/trace.cc')
| -rw-r--r-- | runtime/trace.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/runtime/trace.cc b/runtime/trace.cc index ec61726ff2..6b4fb291b1 100644 --- a/runtime/trace.cc +++ b/runtime/trace.cc @@ -757,7 +757,6 @@ void Trace::MethodExited(Thread* thread, } void Trace::MethodUnwind(Thread* thread, - Handle<mirror::Object> this_object ATTRIBUTE_UNUSED, ArtMethod* method, uint32_t dex_pc ATTRIBUTE_UNUSED) { uint32_t thread_clock_diff = 0; |