mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-06 00:41:15 -03:00
Remove wrong UNUSED annotation
This does in fact use streams
This commit is contained in:
@@ -339,7 +339,6 @@ static maybe_t<int> builtin_false(parser_t &parser, io_streams_t &streams, const
|
||||
|
||||
static maybe_t<int> builtin_gettext(parser_t &parser, io_streams_t &streams, const wchar_t **argv) {
|
||||
UNUSED(parser);
|
||||
UNUSED(streams);
|
||||
for (int i = 1; i < builtin_count_args(argv); i++) {
|
||||
streams.out.append(_(argv[i]));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user