File tree Expand file tree Collapse file tree 2 files changed +0
-10
lines changed
Expand file tree Collapse file tree 2 files changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -1357,10 +1357,6 @@ void emitter::emitBegFN(bool hasFramePtr
13571357 ig->igPrev = nullptr ;
13581358#endif
13591359
1360- #ifdef DEBUG
1361- emitScratchSigInfo = nullptr ;
1362- #endif // DEBUG
1363-
13641360 /* Append another group, to start generating the method body */
13651361
13661362 emitNewIG ();
Original file line number Diff line number Diff line change @@ -3623,12 +3623,6 @@ class emitter
36233623 CORINFO_SIG_INFO* callSig, /* IN */
36243624 CORINFO_METHOD_HANDLE methodHandle); /* IN */
36253625
3626- #ifdef DEBUG
3627- // This is a scratch buffer used to minimize the number of sig info structs
3628- // we have to allocate for recordCallSite.
3629- CORINFO_SIG_INFO* emitScratchSigInfo;
3630- #endif // DEBUG
3631-
36323626 /* ***********************************************************************/
36333627 /* Logic to collect and display statistics */
36343628 /* ***********************************************************************/
You can’t perform that action at this time.
0 commit comments