X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/6d2010ae8f7a6078e10b361c6962983bab233e0f..04b8595b18b1b41ac7a206e4b3d51a635f8413d7:/libkern/zlib/inffast.c diff --git a/libkern/zlib/inffast.c b/libkern/zlib/inffast.c index 8be51094c..cb93ddc5d 100644 --- a/libkern/zlib/inffast.c +++ b/libkern/zlib/inffast.c @@ -31,14 +31,6 @@ */ -#if defined __x86_64__ || defined __i386__ || defined _ARM_ARCH_6 - - // dummy definition, for x86_64 or i386 or armv6 or up, compile code from inffastS.s - typedef char DummyDefinition; - -#else // architecture - - #include "zutil.h" #include "inftrees.h" #include "inflate.h" @@ -353,4 +345,3 @@ unsigned start; /* inflate()'s starting value for strm->avail_out */ #endif /* !ASMINF */ -#endif // architecture