Skip to content

Commit f688eea

Browse files
author
icex2
committed
chore: Delete old log and thread modules in util
The log API stopped scaling already a while ago and needs considerable refactoring to consider the various use-cases that emerged since it was first created on alpha versions of bemanitools.
1 parent e822163 commit f688eea

5 files changed

Lines changed: 0 additions & 338 deletions

File tree

src/main/util/Module.mk

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ src_util := \
99
hex.c \
1010
iobuf.c \
1111
list.c \
12-
log.c \
1312
math.c \
1413
mem.c \
1514
msg-thread.c \
@@ -18,7 +17,6 @@ src_util := \
1817
proc.c \
1918
signal.c \
2019
str.c \
21-
thread.c \
2220
time.c \
2321
winres.c \
2422

src/main/util/log.c

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

src/main/util/log.h

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

src/main/util/thread.c

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

src/main/util/thread.h

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

0 commit comments

Comments
 (0)