diff options
author | hansr <hk-git@circlestorm.org> | 2014-11-05 13:54:07 +0100 |
---|---|---|
committer | hansr <hk-git@circlestorm.org> | 2014-11-05 14:00:25 +0100 |
commit | 860f6b19f7473ca3a0d901f150e9b5d7b44d4e1c (patch) | |
tree | 2ad087cccaa91831a8d83d90c7e9ec74724f8278 /zutil.c | |
parent | be6166c051cca812a8284dc20be1674acd618d26 (diff) |
Remove support for ASMV and ASMINF defines and clean up match.c handling.
This makes it easier to implement support for ASM replacements using
configure parameters if needed later. Also since zlib-ng uses
compiler intrinsics, this needed a cleanup in any case.
Diffstat (limited to 'zutil.c')
-rw-r--r-- | zutil.c | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -60,9 +60,6 @@ uLong ZEXPORT zlibCompileFlags() #ifdef DEBUG flags += 1 << 8; #endif -#if defined(ASMV) || defined(ASMINF) - flags += 1 << 9; -#endif #ifdef ZLIB_WINAPI flags += 1 << 10; #endif |