diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2010-12-07 15:06:47 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2010-12-07 15:06:47 +0000 |
commit | 8eec1138666490fba3cabc5da0e8bbba772373c0 (patch) | |
tree | ffc7fd498102faaebe7b25f9595db11c50d8b846 /Build/source/libs/zlib/zlib-1.2.3/inffast.h | |
parent | 20b9f354ee6de89e33030360df3e774ab1b7c470 (diff) |
remove obsolete zlib-1.2.3
git-svn-id: svn://tug.org/texlive/trunk@20674 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs/zlib/zlib-1.2.3/inffast.h')
-rw-r--r-- | Build/source/libs/zlib/zlib-1.2.3/inffast.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/Build/source/libs/zlib/zlib-1.2.3/inffast.h b/Build/source/libs/zlib/zlib-1.2.3/inffast.h deleted file mode 100644 index 1e88d2d97b5..00000000000 --- a/Build/source/libs/zlib/zlib-1.2.3/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)); |