aboutsummaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/main.cpp b/src/main.cpp
index bf97450..5efafe6 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -89,10 +89,6 @@ using namespace std::chrono;
// TODO: Support packaging with musl to reduce number of libraries needed for the package and also to reduce package size.
-// TODO: Remove dependency on compdb tool, implement compile_commands.json generation inside sibs.
-// Also compile_commands.json shouldn't update if no files have changed. This is easier to do when ninja is replaced so we can track changes
-// in source/header files.
-
// TODO: Create a script that downloads every library in the package list (packages.json) and build each project for every new release of sibs
// to verify we don't break anything.