Removed unused test functions

This commit is contained in:
Eduard Urbach 2024-07-08 14:13:26 +02:00
parent 69f70b5b2f
commit cbbceedc4d
Signed by: eduard
GPG key ID: 49226B848C78F6C8

View file

@ -45,11 +45,3 @@ main() {
exit(x) { exit(x) {
syscall(60, x) syscall(60, x)
} }
inc(x) {
return x + 1
}
dec(x) {
return x - 1
}