diff --git a/arc.mm b/arc.mm index 388031b..4b04457 100644 --- a/arc.mm +++ b/arc.mm @@ -221,10 +221,6 @@ static IMP NewAutoreleasePool; static IMP DeleteAutoreleasePool; static IMP AutoreleaseAdd; -extern BOOL FastARCRetain; -extern BOOL FastARCRelease; -extern BOOL FastARCAutorelease; - static BOOL useARCAutoreleasePool; static const long refcount_shift = 1;