1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 10:47:34 +00:00

LibCore: Remove CThread

It's been replaced with Thread::Thread.
This commit is contained in:
Sergey Bugaev 2019-08-25 19:29:08 +03:00 committed by Andreas Kling
parent 7c92f7d537
commit 0826cc5a35
3 changed files with 0 additions and 57 deletions

View file

@ -3,7 +3,6 @@ include ../../Makefile.common
OBJS = \
CArgsParser.o \
CIODevice.o \
CThread.o \
CFile.o \
CSocket.o \
CLocalSocket.o \