summaryrefslogtreecommitdiff
path: root/Objective-C/objc-runtime-apple.m
diff options
context:
space:
mode:
Diffstat (limited to 'Objective-C/objc-runtime-apple.m')
-rw-r--r--Objective-C/objc-runtime-apple.m3
1 files changed, 0 insertions, 3 deletions
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));