diff options
author | Brad King <brad.king@kitware.com> | 2022-05-26 14:49:22 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2022-05-26 16:28:21 (GMT) |
commit | fc22ac115e7393e584e3c69381a52fafff1c1416 (patch) | |
tree | 178122ed71c8253b83cf821b0675fda9e789b5f0 /Utilities/cmzlib/inffast.h | |
parent | d45b4f59a438477106fa3cf6919f6401cda57302 (diff) | |
download | CMake-fc22ac115e7393e584e3c69381a52fafff1c1416.zip CMake-fc22ac115e7393e584e3c69381a52fafff1c1416.tar.gz CMake-fc22ac115e7393e584e3c69381a52fafff1c1416.tar.bz2 |
zlib: Drop old sources to make room for a fresh import
Diffstat (limited to 'Utilities/cmzlib/inffast.h')
-rw-r--r-- | Utilities/cmzlib/inffast.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/Utilities/cmzlib/inffast.h b/Utilities/cmzlib/inffast.h deleted file mode 100644 index 1e88d2d..0000000 --- a/Utilities/cmzlib/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)); |