Removed unused test functions
This commit is contained in:
parent
03a07b6460
commit
1c019297d2
1 changed files with 0 additions and 8 deletions
|
@ -45,11 +45,3 @@ main() {
|
|||
exit(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