From 84992405440183a401a92f27d3ac3dd73322e8e1 Mon Sep 17 00:00:00 2001 From: David Schulz Date: Thu, 1 Feb 2024 14:11:37 +0100 Subject: [PATCH] Python: Remove now unused interpreter aspect Change-Id: I107ca665cf2fa2b707dba46917ce45f240d15654 Reviewed-by: hjk --- src/plugins/python/pythonrunconfiguration.h | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/src/plugins/python/pythonrunconfiguration.h b/src/plugins/python/pythonrunconfiguration.h index 76bbca99b0f..4a2406f4f0b 100644 --- a/src/plugins/python/pythonrunconfiguration.h +++ b/src/plugins/python/pythonrunconfiguration.h @@ -11,17 +11,6 @@ namespace Python::Internal { class PySideUicExtraCompiler; -class PythonInterpreterAspect final : public ProjectExplorer::InterpreterAspect -{ -public: - PythonInterpreterAspect(Utils::AspectContainer *container, ProjectExplorer::RunConfiguration *rc); - ~PythonInterpreterAspect() final; - -private: - friend class PythonRunConfiguration; - class PythonInterpreterAspectPrivate *d = nullptr; -}; - class PythonRunConfigurationFactory : public ProjectExplorer::RunConfigurationFactory { public: