From 22c42de6f134ca35682774f458a46db160f43234 Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Wed, 9 Nov 2022 13:40:00 +1030 Subject: [PATCH] tests/fuzz: don't pull in JSON common at all. No tests currently use it, and if they do we'll want to do some per-test objects. Otherwise, we are about it introduce a dependency on common/json_filter.o, which is a can of worms. Signed-off-by: Rusty Russell --- tests/fuzz/Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/fuzz/Makefile b/tests/fuzz/Makefile index cf980ea1c..e53632137 100644 --- a/tests/fuzz/Makefile +++ b/tests/fuzz/Makefile @@ -33,8 +33,6 @@ FUZZ_COMMON_OBJS := \ common/permute_tx.o \ common/initial_channel.o \ common/initial_commit_tx.o \ - common/json_parse_simple.o \ - common/json_stream.o \ common/key_derive.o \ common/keyset.o \ common/msg_queue.o \