Skip to content

Commit

Permalink
[debug_interp] Do not use uninitialized local. (mono#19275)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaykrell committed Mar 23, 2020
1 parent 47d542a commit 93457ec
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions mono/mini/interp/interp.c
Original file line number Diff line number Diff line change
Expand Up @@ -3910,9 +3910,6 @@ call:;
reinit_frame (child_frame, frame, cmethod, sp, retval);
frame = child_frame;
}
#if DEBUG_INTERP
int tracing;
#endif
if (method_entry (context, frame,
#if DEBUG_INTERP
&tracing,
Expand Down

0 comments on commit 93457ec

Please sign in to comment.