diff options
| author | Mel <mel@rnrd.eu> | 2025-12-28 23:54:51 +0100 |
|---|---|---|
| committer | Mel <mel@rnrd.eu> | 2025-12-28 23:54:51 +0100 |
| commit | 57878200dda049cf7d6f11c9ede6936d184649cb (patch) | |
| tree | 2fb5514036b763ba8400e2d98c6f12e20c8da24f /boot/runtime/core.c | |
| parent | 0e08695d031ebb2e00a13582a75e1f27c2d6c73a (diff) | |
| download | catskill-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.c | 4 |
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. |
