summaryrefslogtreecommitdiff
path: root/vm_trace.c
diff options
context:
space:
mode:
Diffstat (limited to 'vm_trace.c')
-rw-r--r--vm_trace.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/vm_trace.c b/vm_trace.c
index 23ad2a8ea1..aff71cc876 100644
--- a/vm_trace.c
+++ b/vm_trace.c
@@ -510,11 +510,7 @@ call_trace_func(rb_event_flag_t event, VALUE proc, VALUE self, ID id, VALUE klas
int line = rb_sourceline();
rb_thread_t *th = GET_THREAD();
- if (klass != 0) {
- id = id;
- klass = klass;
- }
- else {
+ if (!klass) {
rb_thread_method_id_and_class(th, &id, &klass);
}