From 57878200dda049cf7d6f11c9ede6936d184649cb Mon Sep 17 00:00:00 2001 From: Mel Date: Sun, 28 Dec 2025 23:54:51 +0100 Subject: Expand bootstrap common library with generic Array and more String utility functions Signed-off-by: Mel --- boot/runtime/core.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'boot/runtime') 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. -- cgit 1.4.1