Skip to content

Commit

Permalink
Delete dead debug-only code (#105346)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkotas authored Jul 23, 2024
1 parent 1fd54b6 commit 1a79a65
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/coreclr/vm/excep.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7351,10 +7351,6 @@ LONG WINAPI CLRVectoredExceptionHandlerShim(PEXCEPTION_POINTERS pExceptionInfo)
pFrame = pFrame->Next();
}
STRESS_LOG0(LF_EH, LL_INFO100, "CLRVectoredExceptionHandlerShim: stack");
while (count < 20 && sp < stopPoint)
{
sp += 1;
}
}
}
#endif // _DEBUG
Expand Down

0 comments on commit 1a79a65

Please sign in to comment.