summaryrefslogtreecommitdiff
path: root/core/src/fxcodec/fx_zlib/zlib_v128/inffast.h
diff options
context:
space:
mode:
authorTom Sepez <tsepez@chromium.org>2015-06-19 12:57:10 -0700
committerTom Sepez <tsepez@chromium.org>2015-06-19 12:57:10 -0700
commit6f93de501d591a6c2980d38a1ff0a6b5e434b80a (patch)
treeebcf5e9817911e84b25c9f975ca8e0679d736b07 /core/src/fxcodec/fx_zlib/zlib_v128/inffast.h
parent6fd997b710e96e0c66d6dcd2e1c5cfd950d6accd (diff)
downloadpdfium-6f93de501d591a6c2980d38a1ff0a6b5e434b80a.tar.xz
Merge to XFA: Move zlib to third_party/
(cherry picked from commit 959eb05140a8f5af7724a2da4cf5d04e2e50f4a6) Original Review URL: https://codereview.chromium.org/1197693003. TBR=thestig@chromium.org Review URL: https://codereview.chromium.org/1197863002.
Diffstat (limited to 'core/src/fxcodec/fx_zlib/zlib_v128/inffast.h')
-rw-r--r--core/src/fxcodec/fx_zlib/zlib_v128/inffast.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/core/src/fxcodec/fx_zlib/zlib_v128/inffast.h b/core/src/fxcodec/fx_zlib/zlib_v128/inffast.h
deleted file mode 100644
index e5c1aa4ca8..0000000000
--- a/core/src/fxcodec/fx_zlib/zlib_v128/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));