about summary refs log tree commit diff
path: root/boot/runtime/core.c
diff options
context:
space:
mode:
authorMel <mel@rnrd.eu>2025-12-28 23:54:51 +0100
committerMel <mel@rnrd.eu>2025-12-28 23:54:51 +0100
commit57878200dda049cf7d6f11c9ede6936d184649cb (patch)
tree2fb5514036b763ba8400e2d98c6f12e20c8da24f /boot/runtime/core.c
parent0e08695d031ebb2e00a13582a75e1f27c2d6c73a (diff)
downloadcatskill-57878200dda049cf7d6f11c9ede6936d184649cb.tar.zst
catskill-57878200dda049cf7d6f11c9ede6936d184649cb.zip
Expand bootstrap common library with generic Array and more String utility functions
Signed-off-by: Mel <mel@rnrd.eu>
Diffstat (limited to 'boot/runtime/core.c')
-rw-r--r--boot/runtime/core.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/boot/runtime/core.c b/boot/runtime/core.c
index a409604..c911666 100644
--- a/boot/runtime/core.c
+++ b/boot/runtime/core.c
@@ -9,10 +9,6 @@
  * spdx-license-identifier: mpl-2.0
  */
 
-// TODO: as mentioned in `boot/common.c`, the catskill transpiled
-// source code "core" library should be merged with the catboot
-// "common" library.
-
 #pragma once
 
 // common headers for both your average catskill program.