[debug_interp] Do not use uninitialized local. (#33910)
authormonojenkins <jo.shields+jenkins@xamarin.com>
Mon, 23 Mar 2020 11:38:36 +0000 (07:38 -0400)
committerGitHub <noreply@github.com>
Mon, 23 Mar 2020 11:38:36 +0000 (12:38 +0100)
Co-authored-by: jaykrell <jaykrell@users.noreply.github.com>
src/mono/mono/mini/interp/interp.c

index c61cf8c..880d69a 100644 (file)
@@ -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,