Removed unused test functions
This commit is contained in:
parent
69f70b5b2f
commit
cbbceedc4d
1 changed files with 0 additions and 8 deletions
|
@ -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
|
|
||||||
}
|
|
Loading…
Add table
Add a link
Reference in a new issue