Skip to content

Commit 83b25bc

Browse files
committed
redundant change
1 parent 6303b4d commit 83b25bc

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/coreclr/inc/regdisp.h

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -278,13 +278,6 @@ inline BOOL IsInCalleesFrames(REGDISPLAY *display, LPVOID stackPointer)
278278
return stackPointer < ((LPVOID)(display->SP));
279279
}
280280

281-
inline BOOL IsInCurrentFrame(REGDISPLAY *display, LPVOID stackPointer)
282-
{
283-
LIMITED_METHOD_CONTRACT;
284-
_ASSERTE(display->IsCallerContextValid);
285-
return stackPointer < ((LPVOID)(::GetSP(display->pCallerContext)));
286-
}
287-
288281
inline TADDR GetRegdisplayStackMark(REGDISPLAY *display)
289282
{
290283
#if defined(TARGET_AMD64)

0 commit comments

Comments
 (0)