Remove 🆖 comments (#7877)

Noticed several instances of commented out code that should just be
deleted. Also a comment on `eval_external` that was incorrect. All gone
now.
This commit is contained in:
Reilly Wood
2023-01-27 05:48:31 -08:00
committed by GitHub
parent 2849e28c2b
commit 9ae2e528c5
6 changed files with 1 additions and 95 deletions

View File

@ -182,9 +182,6 @@ pub fn redirect_env(engine_state: &EngineState, caller_stack: &mut Stack, callee
}
}
/// Eval external expression
///
/// It returns PipelineData with a boolean flag, indicate that if the external runs to failed.
#[allow(clippy::too_many_arguments)]
fn eval_external(
engine_state: &EngineState,