Skip to content

Commit

Permalink
Remove extra comment and remove test script
Browse files Browse the repository at this point in the history
  • Loading branch information
prsabahrami committed Oct 8, 2024
1 parent 197a89a commit 9a64f1f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions crates/deno_task_shell/src/shell/execute.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1356,8 +1356,6 @@ fn evaluate_word_parts(
stderr: ShellPipeWriter,
) -> LocalBoxFuture<Result<WordPartsResult, EvaluateWordTextError>> {
// recursive async, so requires boxing
// let mut changes: Vec<EnvChange> = Vec::new();

async move {
let mut result = WordPartsResult::new(Vec::new(), Vec::new());
let mut current_text = Vec::new();
Expand Down
1 change: 0 additions & 1 deletion scripts/test.sh

This file was deleted.

0 comments on commit 9a64f1f

Please sign in to comment.