Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit 936f8ed

Browse files
committed
Remove empty code block.
1 parent d5752a9 commit 936f8ed

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/vm/dllimport.cpp

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -508,14 +508,6 @@ class ILStubState : public StubState
508508
// add the extra arg to the unmanaged signature
509509
LocalDesc locDescNative(ELEMENT_TYPE_I4);
510510
pcs->SetStubTargetArgType(&locDescNative, false);
511-
512-
if (SF_IsReverseStub(m_dwStubFlags))
513-
{
514-
// reverse the effect of SetStubTargetArgType on the stack delta
515-
// (the LCID argument is explicitly passed from unmanaged but does not
516-
// show up in the managed signature in any way)
517-
}
518-
519511
}
520512

521513
void SwapStubSignatures(MethodDesc* pStubMD)

0 commit comments

Comments
 (0)