Removed unnecessary line

This commit is contained in:
Eduard Urbach 2024-08-05 10:54:18 +02:00
parent 3e3567cd32
commit d4020da6d9
Signed by: akyoto
GPG Key ID: C874F672B1AF20C0

View File

@ -10,8 +10,7 @@ number(x) {
}
itoa(x, buffer, length) {
end := buffer + length
tmp := end
tmp := buffer + length
digit := 0
loop {