mirror of
https://github.com/Mercury-Language/mercury.git
synced 2025-12-11 20:03:28 +00:00
Delete an unused local variable.
library/io.m: As above.
This commit is contained in:
@@ -4229,8 +4229,6 @@ io.resize_buffer(_OldSize, NewSize, buffer(Array0), buffer(Array)) :-
|
||||
[will_not_call_mercury, promise_pure, tabled_for_io, thread_safe,
|
||||
does_not_affect_liveness],
|
||||
"{
|
||||
int i;
|
||||
|
||||
Str = Buffer;
|
||||
Str[Len] = '\\0';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user