Skip to content

Commit 2736e99

Browse files
rustyrussellcdecker
authored andcommitted
ccan: remove autodata.
Signed-off-by: Rusty Russell <[email protected]>
1 parent 24536c5 commit 2736e99

File tree

9 files changed

+1
-424
lines changed

9 files changed

+1
-424
lines changed

Makefile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ FEATURES :=
9393

9494
CCAN_OBJS := \
9595
ccan-asort.o \
96-
ccan-autodata.o \
9796
ccan-bitmap.o \
9897
ccan-bitops.o \
9998
ccan-breakpoint.o \
@@ -147,7 +146,6 @@ CCAN_HEADERS := \
147146
$(CCANDIR)/ccan/alignof/alignof.h \
148147
$(CCANDIR)/ccan/array_size/array_size.h \
149148
$(CCANDIR)/ccan/asort/asort.h \
150-
$(CCANDIR)/ccan/autodata/autodata.h \
151149
$(CCANDIR)/ccan/bitmap/bitmap.h \
152150
$(CCANDIR)/ccan/bitops/bitops.h \
153151
$(CCANDIR)/ccan/breakpoint/breakpoint.h \
@@ -773,8 +771,6 @@ ccan-list.o: $(CCANDIR)/ccan/list/list.c
773771
@$(call VERBOSE, "cc $<", $(CC) $(CFLAGS) -c -o $@ $<)
774772
ccan-asort.o: $(CCANDIR)/ccan/asort/asort.c
775773
@$(call VERBOSE, "cc $<", $(CC) $(CFLAGS) -c -o $@ $<)
776-
ccan-autodata.o: $(CCANDIR)/ccan/autodata/autodata.c
777-
@$(call VERBOSE, "cc $<", $(CC) $(CFLAGS) -c -o $@ $<)
778774
ccan-ptr_valid.o: $(CCANDIR)/ccan/ptr_valid/ptr_valid.c
779775
@$(call VERBOSE, "cc $<", $(CC) $(CFLAGS) -c -o $@ $<)
780776
ccan-read_write_all.o: $(CCANDIR)/ccan/read_write_all/read_write_all.c

ccan/ccan/autodata/LICENSE

Lines changed: 0 additions & 1 deletion
This file was deleted.

ccan/ccan/autodata/_info

Lines changed: 0 additions & 111 deletions
This file was deleted.

ccan/ccan/autodata/autodata.c

Lines changed: 0 additions & 80 deletions
This file was deleted.

ccan/ccan/autodata/autodata.h

Lines changed: 0 additions & 109 deletions
This file was deleted.

ccan/ccan/autodata/test/helper.c

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)