diff --git a/src/parse_execution.rs b/src/parse_execution.rs index 54cd83f92..28ea79906 100644 --- a/src/parse_execution.rs +++ b/src/parse_execution.rs @@ -486,7 +486,6 @@ fn expand_command( let mut errors = ParseErrorList::new(); // Get the unexpanded command string. We expect to always get it here. - // todo!("remove clone") let unexp_cmd = self.node_source(&statement.command); let pos_of_command_token = statement.command.range().unwrap().start();