Skip to content

Commit

Permalink
ccan: remove autodata.
Browse files Browse the repository at this point in the history
Signed-off-by: Rusty Russell <[email protected]>
  • Loading branch information
rustyrussell authored and cdecker committed Sep 21, 2021
1 parent 24536c5 commit 2736e99
Show file tree
Hide file tree
Showing 9 changed files with 1 addition and 424 deletions.
4 changes: 0 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ FEATURES :=

CCAN_OBJS := \
ccan-asort.o \
ccan-autodata.o \
ccan-bitmap.o \
ccan-bitops.o \
ccan-breakpoint.o \
Expand Down Expand Up @@ -147,7 +146,6 @@ CCAN_HEADERS := \
$(CCANDIR)/ccan/alignof/alignof.h \
$(CCANDIR)/ccan/array_size/array_size.h \
$(CCANDIR)/ccan/asort/asort.h \
$(CCANDIR)/ccan/autodata/autodata.h \
$(CCANDIR)/ccan/bitmap/bitmap.h \
$(CCANDIR)/ccan/bitops/bitops.h \
$(CCANDIR)/ccan/breakpoint/breakpoint.h \
Expand Down Expand Up @@ -773,8 +771,6 @@ ccan-list.o: $(CCANDIR)/ccan/list/list.c
@$(call VERBOSE, "cc $<", $(CC) $(CFLAGS) -c -o $@ $<)
ccan-asort.o: $(CCANDIR)/ccan/asort/asort.c
@$(call VERBOSE, "cc $<", $(CC) $(CFLAGS) -c -o $@ $<)
ccan-autodata.o: $(CCANDIR)/ccan/autodata/autodata.c
@$(call VERBOSE, "cc $<", $(CC) $(CFLAGS) -c -o $@ $<)
ccan-ptr_valid.o: $(CCANDIR)/ccan/ptr_valid/ptr_valid.c
@$(call VERBOSE, "cc $<", $(CC) $(CFLAGS) -c -o $@ $<)
ccan-read_write_all.o: $(CCANDIR)/ccan/read_write_all/read_write_all.c
Expand Down
1 change: 0 additions & 1 deletion ccan/ccan/autodata/LICENSE

This file was deleted.

111 changes: 0 additions & 111 deletions ccan/ccan/autodata/_info

This file was deleted.

80 changes: 0 additions & 80 deletions ccan/ccan/autodata/autodata.c

This file was deleted.

109 changes: 0 additions & 109 deletions ccan/ccan/autodata/autodata.h

This file was deleted.

6 changes: 0 additions & 6 deletions ccan/ccan/autodata/test/helper.c

This file was deleted.

Loading

0 comments on commit 2736e99

Please sign in to comment.