remove unecessary comment

This commit is contained in:
kevin zhao
2025-10-08 10:34:49 -07:00
parent 8b7680ce3a
commit f5ae722656

View File

@@ -1934,7 +1934,6 @@ async fn run_turn(
sub_id: String,
input: Vec<ResponseItem>,
) -> CodexResult<TurnRunResult> {
/// Resolve the effective `TurnType` to use for a given turn context.
fn resolve_turn_type(turn_context: &TurnContext) -> TurnType {
if turn_context.is_review_mode {
TurnType::Review