summaryrefslogtreecommitdiffstats
path: root/lib/zlib/inffast.h
diff options
context:
space:
mode:
authorIra Cooper <ira@samba.org>2014-07-23 00:16:24 -0700
committerIra Cooper <ira@samba.org>2014-08-09 18:26:17 +0200
commitb08cbc64c00d563738c45a701d4a7a7fd371e63f (patch)
treef781f30207886ff4f31ca98bb19b3431fce6999a /lib/zlib/inffast.h
parentba8ee8c9e011361cfc405b1355172d38718ba0cc (diff)
downloadsamba-b08cbc64c00d563738c45a701d4a7a7fd371e63f.tar.gz
samba-b08cbc64c00d563738c45a701d4a7a7fd371e63f.tar.xz
samba-b08cbc64c00d563738c45a701d4a7a7fd371e63f.zip
lib/zlib: Remove non third_party zlib.
Signed-off-by: Ira Cooper <ira@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'lib/zlib/inffast.h')
-rw-r--r--lib/zlib/inffast.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/lib/zlib/inffast.h b/lib/zlib/inffast.h
deleted file mode 100644
index 1e88d2d97b..0000000000
--- a/lib/zlib/inffast.h
+++ /dev/null
@@ -1,11 +0,0 @@
-/* inffast.h -- header to use inffast.c
- * Copyright (C) 1995-2003 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 inflate_fast OF((z_streamp strm, unsigned start));