From 7ea325733688c78da09d5e0e276803a9f6b3e63d Mon Sep 17 00:00:00 2001 From: Matthias Benkard Date: Sat, 15 Sep 2007 16:57:05 +0200 Subject: Make the libffi support code from PyObjC compilable stand-alone. darcs-hash:f691f757ec2c57915f7b653118183759d8ac590a --- Objective-C/objc-runtime-apple.m | 3 --- 1 file changed, 3 deletions(-) (limited to 'Objective-C/objc-runtime-apple.m') diff --git a/Objective-C/objc-runtime-apple.m b/Objective-C/objc-runtime-apple.m index 2af9b43..b2888ac 100644 --- a/Objective-C/objc-runtime-apple.m +++ b/Objective-C/objc-runtime-apple.m @@ -19,9 +19,6 @@ int PyObjCRT_SetupClass( ) { - /* Preallocate en exception to throw when memory is all used up. */ - static oom_exception = [NSException exceptionWithName: "MLKOutOfMemoryException"] - /* Initialize the structure */ memset(cls, 0, sizeof(*cls)); memset(metaCls, 0, sizeof(*cls)); -- cgit v1.2.3