From fff6e0ce2e528342af1cde980a82af9360a3de3a Mon Sep 17 00:00:00 2001 From: Peter Law Date: Sun, 30 Jun 2024 15:40:33 +0100 Subject: [PATCH] Drop unused member I'm not sure where this was used in the past, however it appears to be unused now. Removing this simplifies a change I'm about to make to _InferenceStateProcess. --- jedi/inference/compiled/subprocess/__init__.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/jedi/inference/compiled/subprocess/__init__.py b/jedi/inference/compiled/subprocess/__init__.py index 76dba694..3827e0e9 100644 --- a/jedi/inference/compiled/subprocess/__init__.py +++ b/jedi/inference/compiled/subprocess/__init__.py @@ -284,9 +284,6 @@ class CompiledSubprocess: class Listener: def __init__(self): self._inference_states = {} - # TODO refactor so we don't need to process anymore just handle - # controlling. - self._process = _InferenceStateProcess(Listener) def _get_inference_state(self, function, inference_state_id): from jedi.inference import InferenceState