Skip to content

Commit f79afdb

Browse files
[debug_interp] Do not use uninitialized local. (#33910)
Co-authored-by: jaykrell <[email protected]>
1 parent ff8e911 commit f79afdb

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/mono/mono/mini/interp/interp.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3910,9 +3910,6 @@ call:;
39103910
reinit_frame (child_frame, frame, cmethod, sp, retval);
39113911
frame = child_frame;
39123912
}
3913-
#if DEBUG_INTERP
3914-
int tracing;
3915-
#endif
39163913
if (method_entry (context, frame,
39173914
#if DEBUG_INTERP
39183915
&tracing,

0 commit comments

Comments
 (0)