Skip to content

Commit

Permalink
2024-09-04 10:09:14
Browse files Browse the repository at this point in the history
  • Loading branch information
mohanson committed Sep 4, 2024
1 parent 6263f79 commit c62855c
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 800 deletions.
4 changes: 1 addition & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,7 @@ QJS_OBJS=$(OBJDIR)/qjs.o $(OBJDIR)/quickjs.o $(OBJDIR)/libregexp.o $(OBJDIR)/lib
$(OBJDIR)/cutils.o $(OBJDIR)/mocked.o $(OBJDIR)/std_module.o $(OBJDIR)/ckb_module.o $(OBJDIR)/ckb_cell_fs.o \
$(OBJDIR)/libbf.o $(OBJDIR)/cmdopt.o

STD_OBJS=$(OBJDIR)/string_impl.o $(OBJDIR)/malloc_impl.o \
$(OBJDIR)/printf_impl.o $(OBJDIR)/stdio_impl.o \
$(OBJDIR)/locale_impl.o
STD_OBJS=$(OBJDIR)/malloc_impl.o $(OBJDIR)/printf_impl.o $(OBJDIR)/stdio_impl.o


all: build/ckb-js-vm
Expand Down
41 changes: 0 additions & 41 deletions include/c-stdlib/my_locale.h

This file was deleted.

31 changes: 0 additions & 31 deletions include/c-stdlib/src/locale_impl.c

This file was deleted.

Loading

0 comments on commit c62855c

Please sign in to comment.