Removed unnecessary line
This commit is contained in:
parent
40d2171c48
commit
b124915119
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