diff options
author | Ira Cooper <ira@samba.org> | 2014-07-23 00:16:24 -0700 |
---|---|---|
committer | Ira Cooper <ira@samba.org> | 2014-08-09 18:26:17 +0200 |
commit | b08cbc64c00d563738c45a701d4a7a7fd371e63f (patch) | |
tree | f781f30207886ff4f31ca98bb19b3431fce6999a /lib/zlib/inffast.h | |
parent | ba8ee8c9e011361cfc405b1355172d38718ba0cc (diff) | |
download | samba-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.h | 11 |
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)); |