cleanup: remove dead code in Api/Process.hpp, remove redundant logtest program

This commit is contained in:
2026-08-14 19:14:49 +02:00
parent 39a56153b4
commit f6be9e2563
3 changed files with 1 additions and 18 deletions
-8
View File
@@ -1,8 +0,0 @@
#include <montauk/syscall.h>
extern "C" void _start() {
montauk::write_log("testapp", "hello, logging world!");
montauk::exit(0);
}