From b781eeaa15c0d6daeb5cdb067bdcdf54d14c6fc1 Mon Sep 17 00:00:00 2001 From: Ning Xie Date: Tue, 27 Jan 2026 12:57:16 +0800 Subject: [PATCH] [code clean] remove duplicate code (#33135) Signed-off-by: Andy Xie --- vllm/v1/structured_output/__init__.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/vllm/v1/structured_output/__init__.py b/vllm/v1/structured_output/__init__.py index 931739245..9b86d69a7 100644 --- a/vllm/v1/structured_output/__init__.py +++ b/vllm/v1/structured_output/__init__.py @@ -74,9 +74,6 @@ class StructuredOutputManager: self.tokenizer = cached_tokenizer_from_config( model_config=self.vllm_config.model_config ) - reasoning_parser = ( - self.vllm_config.structured_outputs_config.reasoning_parser - ) reasoning_parser_plugin = ( self.vllm_config.structured_outputs_config.reasoning_parser_plugin )