@@ -680,16 +680,10 @@ * An OFException indicating that joining the thread failed. */ @interface OFThreadJoinFailedException: OFException {} @end -/** - * An OFException indicating that the thread has been canceled. - */ -@interface OFThreadCanceledException: OFException {} -@end - /** * An OFException indicating that locking a mutex failed. */ @interface OFMutexLockFailedException: OFException {} @end