Remove stale todo comment

This has been fixed.
This commit is contained in:
Johannes Altmanninger
2025-01-13 22:28:58 +01:00
parent 24a32d5202
commit 9fd1fd366c

View File

@@ -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();