From: heitbaum Date: Sat, 15 May 2021 05:04:02 +0000 (+1000) Subject: [trace] remove zstd_trace.c reference from freestanding X-Git-Tag: v1.5.1~1^2~139^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7e429f62ba8643960d58589568d9b4ea1144ca03;p=thirdparty%2Fzstd.git [trace] remove zstd_trace.c reference from freestanding zstd_trace.c was removed as part of PR #2589 --- diff --git a/contrib/freestanding_lib/freestanding.py b/contrib/freestanding_lib/freestanding.py index 197168721..a191f592f 100755 --- a/contrib/freestanding_lib/freestanding.py +++ b/contrib/freestanding_lib/freestanding.py @@ -27,7 +27,6 @@ SKIPPED_FILES = [ "common/pool.h", "common/threading.c", "common/threading.h", - "common/zstd_trace.c", "common/zstd_trace.h", "compress/zstdmt_compress.h", "compress/zstdmt_compress.c",