summaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
authoronelin <oscar@nelin.dk>2025-10-31 20:18:45 +0000
committeronelin <oscar@nelin.dk>2025-10-31 20:19:00 +0000
commitb763664e9f07e18aec54818a5fb3aabd4e7c7d2a (patch)
treec706f008fd65ac576b56ca2e07b7abc78232cc03 /src/core
parentfe0a06466adec45b1d957cb3cf408c917105a957 (diff)
Remove empty sources
Why exist
Diffstat (limited to 'src/core')
-rw-r--r--src/core/CMakeLists.txt3
-rw-r--r--src/core/src/cleanup.c0
-rw-r--r--src/core/src/harness.c0
-rw-r--r--src/core/src/init.c0
4 files changed, 0 insertions, 3 deletions
diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt
index 100506a..3ab31fa 100644
--- a/src/core/CMakeLists.txt
+++ b/src/core/CMakeLists.txt
@@ -1,8 +1,5 @@
add_library(daw_core
- src/cleanup.c
src/dltools.c
- src/harness.c
- src/init.c
src/logging.c
src/loop.c
src/memory.c
diff --git a/src/core/src/cleanup.c b/src/core/src/cleanup.c
deleted file mode 100644
index e69de29..0000000
--- a/src/core/src/cleanup.c
+++ /dev/null
diff --git a/src/core/src/harness.c b/src/core/src/harness.c
deleted file mode 100644
index e69de29..0000000
--- a/src/core/src/harness.c
+++ /dev/null
diff --git a/src/core/src/init.c b/src/core/src/init.c
deleted file mode 100644
index e69de29..0000000
--- a/src/core/src/init.c
+++ /dev/null