From eba975aff9b46399245ec826c5c8b1be679db572 Mon Sep 17 00:00:00 2001 From: "KJK::Hyperion" Date: Sun, 23 Nov 2008 22:47:16 +0000 Subject: [PATCH] GCC can't appreciate my genius. _SEH2_EXCEPT temporarily broken until I figure out a simpler way svn path=/trunk/; revision=37600 --- reactos/include/reactos/libs/pseh/pseh2.h | 6 ------ 1 file changed, 6 deletions(-) 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;