commit 0b7a1406cd73a32987a431aefff1022e51c8afd7 parent 43aae97ba1798cb55f2f2a3932f234a967263ff6 Author: finwo <finwo@pm.me> Date: Sun, 19 May 2024 21:44:34 +0200 Removed decode_fuzzer.c from src in google/brotli Diffstat:
| M | google/brotli/config.mk | | | 1 | - |
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/google/brotli/config.mk b/google/brotli/config.mk @@ -1,4 +1,3 @@ SRC+=$(wildcard __DIRNAME/c/common/*.c) SRC+=$(wildcard __DIRNAME/c/dec/*.c) SRC+=$(wildcard __DIRNAME/c/enc/*.c) -SRC+=__DIRNAME/c/fuzz/decode_fuzzer.c