From a9d373f0938a53f814a812032357f7b9756ed8f0 Mon Sep 17 00:00:00 2001 From: "W. Felix Handte" Date: Tue, 10 Sep 2019 16:03:13 -0400 Subject: [PATCH] Remove Empty lib/compress/zstd_cwksp.c --- build/VS2008/fullbench/fullbench.vcproj | 4 ---- build/VS2008/fuzzer/fuzzer.vcproj | 4 ---- build/VS2008/zstd/zstd.vcproj | 4 ---- build/VS2008/zstdlib/zstdlib.vcproj | 4 ---- build/VS2010/fullbench/fullbench.vcxproj | 1 - build/VS2010/fuzzer/fuzzer.vcxproj | 1 - build/VS2010/libzstd-dll/libzstd-dll.vcxproj | 1 - build/VS2010/libzstd/libzstd.vcxproj | 1 - build/VS2010/zstd/zstd.vcxproj | 1 - build/meson/lib/meson.build | 1 - lib/compress/zstd_cwksp.c | 21 -------------------- 11 files changed, 43 deletions(-) delete mode 100644 lib/compress/zstd_cwksp.c diff --git a/build/VS2008/fullbench/fullbench.vcproj b/build/VS2008/fullbench/fullbench.vcproj index ffb0a0157..66ac8223a 100644 --- a/build/VS2008/fullbench/fullbench.vcproj +++ b/build/VS2008/fullbench/fullbench.vcproj @@ -372,10 +372,6 @@ RelativePath="..\..\..\lib\compress\zstd_compress_sequences.c" > - - diff --git a/build/VS2008/fuzzer/fuzzer.vcproj b/build/VS2008/fuzzer/fuzzer.vcproj index c3875ec74..a9008a673 100644 --- a/build/VS2008/fuzzer/fuzzer.vcproj +++ b/build/VS2008/fuzzer/fuzzer.vcproj @@ -420,10 +420,6 @@ RelativePath="..\..\..\lib\compress\zstd_compress_sequences.c" > - - diff --git a/build/VS2008/zstd/zstd.vcproj b/build/VS2008/zstd/zstd.vcproj index 5b57dde59..4d75a9d36 100644 --- a/build/VS2008/zstd/zstd.vcproj +++ b/build/VS2008/zstd/zstd.vcproj @@ -432,10 +432,6 @@ RelativePath="..\..\..\lib\compress\zstd_compress_sequences.c" > - - diff --git a/build/VS2008/zstdlib/zstdlib.vcproj b/build/VS2008/zstdlib/zstdlib.vcproj index e864b5fb0..100a501ae 100644 --- a/build/VS2008/zstdlib/zstdlib.vcproj +++ b/build/VS2008/zstdlib/zstdlib.vcproj @@ -404,10 +404,6 @@ RelativePath="..\..\..\lib\compress\zstd_compress_sequences.c" > - - diff --git a/build/VS2010/fullbench/fullbench.vcxproj b/build/VS2010/fullbench/fullbench.vcxproj index 65e7ff787..4597239bc 100644 --- a/build/VS2010/fullbench/fullbench.vcxproj +++ b/build/VS2010/fullbench/fullbench.vcxproj @@ -169,7 +169,6 @@ - diff --git a/build/VS2010/fuzzer/fuzzer.vcxproj b/build/VS2010/fuzzer/fuzzer.vcxproj index e9b88a8a7..a6f136eef 100644 --- a/build/VS2010/fuzzer/fuzzer.vcxproj +++ b/build/VS2010/fuzzer/fuzzer.vcxproj @@ -169,7 +169,6 @@ - diff --git a/build/VS2010/libzstd-dll/libzstd-dll.vcxproj b/build/VS2010/libzstd-dll/libzstd-dll.vcxproj index 4140879dd..50c4e817a 100644 --- a/build/VS2010/libzstd-dll/libzstd-dll.vcxproj +++ b/build/VS2010/libzstd-dll/libzstd-dll.vcxproj @@ -33,7 +33,6 @@ - diff --git a/build/VS2010/libzstd/libzstd.vcxproj b/build/VS2010/libzstd/libzstd.vcxproj index 02690cef7..c4e828773 100644 --- a/build/VS2010/libzstd/libzstd.vcxproj +++ b/build/VS2010/libzstd/libzstd.vcxproj @@ -33,7 +33,6 @@ - diff --git a/build/VS2010/zstd/zstd.vcxproj b/build/VS2010/zstd/zstd.vcxproj index 2a21ba4cb..1058d2292 100644 --- a/build/VS2010/zstd/zstd.vcxproj +++ b/build/VS2010/zstd/zstd.vcxproj @@ -34,7 +34,6 @@ - diff --git a/build/meson/lib/meson.build b/build/meson/lib/meson.build index 48f1e7cca..ef669327e 100644 --- a/build/meson/lib/meson.build +++ b/build/meson/lib/meson.build @@ -30,7 +30,6 @@ libzstd_sources = [join_paths(zstd_rootdir, 'lib/common/entropy_common.c'), join_paths(zstd_rootdir, 'lib/compress/zstd_compress.c'), join_paths(zstd_rootdir, 'lib/compress/zstd_compress_literals.c'), join_paths(zstd_rootdir, 'lib/compress/zstd_compress_sequences.c'), - join_paths(zstd_rootdir, 'lib/compress/zstd_cwksp.c'), join_paths(zstd_rootdir, 'lib/compress/zstdmt_compress.c'), join_paths(zstd_rootdir, 'lib/compress/zstd_fast.c'), join_paths(zstd_rootdir, 'lib/compress/zstd_double_fast.c'), diff --git a/lib/compress/zstd_cwksp.c b/lib/compress/zstd_cwksp.c deleted file mode 100644 index a757910df..000000000 --- a/lib/compress/zstd_cwksp.c +++ /dev/null @@ -1,21 +0,0 @@ -/* - * Copyright (c) 2016-present, Yann Collet, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under both the BSD-style license (found in the - * LICENSE file in the root directory of this source tree) and the GPLv2 (found - * in the COPYING file in the root directory of this source tree). - * You may select, at your option, one of the above-listed licenses. - */ - -#include "zstd_cwksp.h" - -#if defined (__cplusplus) -extern "C" { -#endif - -/* all functions have been inlined... */ - -#if defined (__cplusplus) -} -#endif -- 2.47.2