Index: trunk/Include/system/exception.ab
===================================================================
--- trunk/Include/system/exception.ab	(revision 374)
+++ trunk/Include/system/exception.ab	(revision 375)
@@ -128,8 +128,5 @@
 
 		Dim addressOfCatch = pTryLayer->ResolveCatchesOverload( ex ) As LONG_PTR
-		If addressOfCatch Then
-			' スレッドへThrow処理が終了した（Catchされた）ことを通知
-			Thread.CurrentThread().__Catched()
-		Else
+		If addressOfCatch = NULL Then
 			' Catchが定義されていないときはFinallyへ誘導
 			addressOfCatch = pTryLayer->addressOfFinally As LONG_PTR
