ccan: remove autodata.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
Rusty Russell
2021-09-21 16:53:10 +09:30
committed by Christian Decker
parent 24536c5561
commit 2736e997f6
9 changed files with 1 additions and 424 deletions

View File

@@ -87,7 +87,6 @@ sources = [
"bitcoin/signature.c",
"bitcoin/tx.c",
"bitcoin/varint.c",
"ccan/ccan/autodata/autodata.c",
"ccan/ccan/breakpoint/breakpoint.c",
"ccan/ccan/crypto/hkdf_sha256/hkdf_sha256.c",
"ccan/ccan/crypto/hmac_sha256/hmac_sha256.c",
@@ -113,6 +112,7 @@ sources = [
"ccan/ccan/timer/timer.c",
"ccan/ccan/utf8/utf8.c",
"common/amount.c",
"common/autodata.c",
"common/bigsize.c",
"common/bip32.c",
"common/bolt12_merkle.c",