Skip to content

Commit

Permalink
2024-09-02 18:16:09
Browse files Browse the repository at this point in the history
  • Loading branch information
mohanson committed Sep 2, 2024
1 parent 25b7a06 commit 43b4ca6
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 76 deletions.
4 changes: 1 addition & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,7 @@ QJS_OBJS=$(OBJDIR)/qjs.o $(OBJDIR)/quickjs.o $(OBJDIR)/libregexp.o $(OBJDIR)/lib
$(OBJDIR)/libbf.o $(OBJDIR)/cmdopt.o

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

$(OBJDIR)/math_log_impl.o $(OBJDIR)/math_pow_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.

1 change: 0 additions & 1 deletion include/c-stdlib/src/string_impl.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#include <limits.h>
#include "my_math.h"
#include "my_setjmp.h"
#include "my_locale.h"
#include <stdint.h>
#include <stdarg.h>
#include <stdbool.h>
Expand Down

0 comments on commit 43b4ca6

Please sign in to comment.