Skip to content

Commit 1875211

Browse files
Delete some dead code
1 parent 18e17b1 commit 1875211

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

src/coreclr/jit/emit.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff 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();

src/coreclr/jit/emit.h

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff 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
/************************************************************************/

0 commit comments

Comments
 (0)