Removed unnecessary line
This commit is contained in:
parent
3e3567cd32
commit
d4020da6d9
@ -10,8 +10,7 @@ number(x) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
itoa(x, buffer, length) {
|
itoa(x, buffer, length) {
|
||||||
end := buffer + length
|
tmp := buffer + length
|
||||||
tmp := end
|
|
||||||
digit := 0
|
digit := 0
|
||||||
|
|
||||||
loop {
|
loop {
|
||||||
|
Loading…
Reference in New Issue
Block a user