Skip to content

Commit d6b2da9

Browse files
delete commented-out code
1 parent 1cbfb1e commit d6b2da9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

libc/src/stdio/scanf_core/int_converter.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,6 @@ int convert_int(Reader *reader, const FormatSection &to_conv) {
141141
--max_width;
142142
cur_char = reader->getc();
143143
} else {
144-
// write_int_with_length(0, to_conv);
145144
return MATCHING_FAILURE;
146145
}
147146

0 commit comments

Comments
 (0)