diff --git a/reactos/include/reactos/libs/pseh/pseh2.h b/reactos/include/reactos/libs/pseh/pseh2.h index f007b409401..90625cb3e07 100644 --- a/reactos/include/reactos/libs/pseh/pseh2.h +++ b/reactos/include/reactos/libs/pseh/pseh2.h @@ -333,12 +333,6 @@ _SEHTryLevel_t; } \ } \ _SEHEndExcept: __SEH_SIDE_EFFECT; \ - \ - void _SEHJumpToHandler(void) \ - { \ - if(_SEHFrameP == (_SEHTopTryLevel ? &_SEHFrame : _SEHCurFrameP) && _SEHPrevTryLevelP == _SEHTryLevelP) \ - goto _SEHBeginExcept; \ - } \ } \ __SEH_END_SCOPE;