From: Jay Freeman (saurik) Date: Tue, 1 Sep 2009 07:48:07 +0000 (+0000) Subject: Stupid _assert() throw-away. X-Git-Tag: v0.9.432~416 X-Git-Url: https://git.saurik.com/cycript.git/commitdiff_plain/4a1629bf0ac1b8a10cad44a54eff25773b84a847 Stupid _assert() throw-away. --- diff --git a/Tweak.mm b/Tweak.mm index ba44bfd..171e84a 100644 --- a/Tweak.mm +++ b/Tweak.mm @@ -74,7 +74,6 @@ #define _assert(test) do { \ if (!(test)) \ @throw [NSException exceptionWithName:NSInternalInconsistencyException reason:[NSString stringWithFormat:@"_assert(%s):%s(%u):%s", #test, __FILE__, __LINE__, __FUNCTION__] userInfo:nil]; \ - @throw [NSNumber class]; \ } while (false) #define _trace() do { \