Removed unused test functions
This commit is contained in:
parent
03a07b6460
commit
1c019297d2
@ -44,12 +44,4 @@ main() {
|
|||||||
|
|
||||||
exit(x) {
|
exit(x) {
|
||||||
syscall(60, x)
|
syscall(60, x)
|
||||||
}
|
|
||||||
|
|
||||||
inc(x) {
|
|
||||||
return x + 1
|
|
||||||
}
|
|
||||||
|
|
||||||
dec(x) {
|
|
||||||
return x - 1
|
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user