mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-21 06:41:16 -03:00
[clang-tidy] remove redundant string initialization
Found with readability-redundant-string-init Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
committed by
Fabian Homborg
parent
473a5250ae
commit
68467eeca7
@@ -9,5 +9,6 @@ class parser_t;
|
||||
struct io_streams_t;
|
||||
|
||||
int builtin_function(parser_t &parser, io_streams_t &streams, const wcstring_list_t &c_args,
|
||||
const parsed_source_ref_t &source, tnode_t<grammar::block_statement> body);
|
||||
const parsed_source_ref_t &source,
|
||||
tnode_t<grammar::block_statement> func_node);
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user