aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/python/pythonbuildsystem.h
diff options
context:
space:
mode:
authorChristian Kandeler <[email protected]>2025-01-29 16:29:16 +0100
committerChristian Kandeler <[email protected]>2025-01-30 09:25:55 +0000
commit1b9820d297f5ba729a2064c8cb6dab6103a1fef2 (patch)
treea6a589c594e578f7037dd8a31230315600430603 /src/plugins/python/pythonbuildsystem.h
parent690034f894906df3e5bf23c8417ced3bea68c674 (diff)
Python: Remove unneeded BuildSystem constructor and member
Change-Id: I8e4fcef4278f493c9647a50b2aa4e24750ae63af Reviewed-by: David Schulz <[email protected]>
Diffstat (limited to 'src/plugins/python/pythonbuildsystem.h')
-rw-r--r--src/plugins/python/pythonbuildsystem.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/plugins/python/pythonbuildsystem.h b/src/plugins/python/pythonbuildsystem.h
index 09616015662..55f3cdc250e 100644
--- a/src/plugins/python/pythonbuildsystem.h
+++ b/src/plugins/python/pythonbuildsystem.h
@@ -13,7 +13,6 @@ class PythonBuildSystem final : public ProjectExplorer::BuildSystem
{
public:
explicit PythonBuildSystem(PythonBuildConfiguration *buildConfig);
- explicit PythonBuildSystem(ProjectExplorer::Target *target);
bool supportsAction(ProjectExplorer::Node *context,
ProjectExplorer::ProjectAction action,
@@ -48,7 +47,6 @@ private:
QList<FileEntry> m_files;
QList<FileEntry> m_qmlImportPaths;
- PythonBuildConfiguration *m_buildConfig = nullptr;
};