From 959fde579e07836b73438e86cd58ba04657014f6 Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Sun, 26 Jul 2020 15:05:01 +0200 Subject: Cleanup: move zlib/lz4 code from lib/sqfs/comp/ to lib/ The source code of a modified liblz4 and zlib are included with the option to compile them into libsquashfs if they are not available on the system. So far, the source code was included directly in the compressor sub directory within libsqsuashfs. This commit moves the libraries out into the lib directory. Signed-off-by: David Oberhollenzer --- lib/sqfs/comp/zlib/inffast.h | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 lib/sqfs/comp/zlib/inffast.h (limited to 'lib/sqfs/comp/zlib/inffast.h') diff --git a/lib/sqfs/comp/zlib/inffast.h b/lib/sqfs/comp/zlib/inffast.h deleted file mode 100644 index e5c1aa4..0000000 --- a/lib/sqfs/comp/zlib/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)); -- cgit v1.2.3