summaryrefslogtreecommitdiffstats
path: root/Modules/zlib/inffast.h
diff options
context:
space:
mode:
authorZachary Ware <zachary.ware@gmail.com>2017-09-07 00:29:37 (GMT)
committerGitHub <noreply@github.com>2017-09-07 00:29:37 (GMT)
commitd01db1c2a2a71455163a1d3b214cc8dc27201303 (patch)
tree6b089cebac71c3bc48df25985c2911597c559a5b /Modules/zlib/inffast.h
parente7c566caf177afe43b57f0b2723e723d880368e8 (diff)
downloadcpython-d01db1c2a2a71455163a1d3b214cc8dc27201303.zip
cpython-d01db1c2a2a71455163a1d3b214cc8dc27201303.tar.gz
cpython-d01db1c2a2a71455163a1d3b214cc8dc27201303.tar.bz2
bpo-31358: Pull zlib out of the repository (GH-3375)
Also enable building externals by default on Windows, use PCbuild\build.bat's -E option to disable it.
Diffstat (limited to 'Modules/zlib/inffast.h')
-rw-r--r--Modules/zlib/inffast.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/Modules/zlib/inffast.h b/Modules/zlib/inffast.h
deleted file mode 100644
index e5c1aa4..0000000
--- a/Modules/zlib/inffast.h
+++ /dev/null
@@ -1,11 +0,0 @@
-/* inffast.h -- header to use inffast.c
- * Copyright (C) 1995-2003, 2010 Mark Adler
- * For conditions of distribution and use, see copyright notice in zlib.h
- */
-
-/* WARNING: this file should *not* be used by applications. It is
- part of the implementation of the compression library and is
- subject to change. Applications should only use zlib.h.
- */
-
-void ZLIB_INTERNAL inflate_fast OF((z_streamp strm, unsigned start));