From 22c18a12d8b17537cacc7fae69274d2ec4ee8a5a Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Wed, 1 Jan 2014 21:36:41 -0800 Subject: [PATCH] Remove an obsolete JavaScript exception bracket. --- ObjectiveC/Library.mm | 2 -- 1 file changed, 2 deletions(-) diff --git a/ObjectiveC/Library.mm b/ObjectiveC/Library.mm index 3a34f3e..2a2d07e 100644 --- a/ObjectiveC/Library.mm +++ b/ObjectiveC/Library.mm @@ -1219,9 +1219,7 @@ JSValueRef CYCastJSValue(JSContextRef context, NSObject *value) { CYPoolTry { - (NSString *) cy$toCYON:(bool)objective { CYObjectiveTry { CYPool pool; - JSValueRef exception(NULL); const char *cyon(CYPoolCCYON(pool, context_, object_)); - CYThrow(context_, exception); if (cyon == NULL) return [super cy$toCYON:objective]; else -- 2.47.2