Removed unnecessary line
This commit is contained in:
parent
3e3567cd32
commit
d4020da6d9
1 changed files with 1 additions and 2 deletions
|
@ -10,8 +10,7 @@ number(x) {
|
|||
}
|
||||
|
||||
itoa(x, buffer, length) {
|
||||
end := buffer + length
|
||||
tmp := end
|
||||
tmp := buffer + length
|
||||
digit := 0
|
||||
|
||||
loop {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue