summaryrefslogtreecommitdiff
path: root/src/plugins/python/pythonlanguageclient.cpp
diff options
context:
space:
mode:
authorDavid Schulz <david.schulz@qt.io>2022-03-23 09:41:43 +0100
committerDavid Schulz <david.schulz@qt.io>2022-03-23 09:28:12 +0000
commit7c3d6c1fc1663762ebe9f9e037488033d27cde70 (patch)
tree8478dcfbf5d0dbef845e9c674f9f25687505d541 /src/plugins/python/pythonlanguageclient.cpp
parentde63ea9a60b6d4037a45dff3531e6ed096ec94a5 (diff)
downloadqt-creator-7c3d6c1fc1663762ebe9f9e037488033d27cde70.tar.gz
Python: remove unused variable
Change-Id: I1c16e4b3795f83e1107d39f0265465b0926d4c97 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
Diffstat (limited to 'src/plugins/python/pythonlanguageclient.cpp')
-rw-r--r--src/plugins/python/pythonlanguageclient.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/python/pythonlanguageclient.cpp b/src/plugins/python/pythonlanguageclient.cpp
index 5525d9ae04..2bd89dfecb 100644
--- a/src/plugins/python/pythonlanguageclient.cpp
+++ b/src/plugins/python/pythonlanguageclient.cpp
@@ -64,7 +64,6 @@ namespace Internal {
static constexpr char startPylsInfoBarId[] = "Python::StartPyls";
static constexpr char installPylsInfoBarId[] = "Python::InstallPyls";
static constexpr char enablePylsInfoBarId[] = "Python::EnablePyls";
-static constexpr char installPylsTaskId[] = "Python::InstallPylsTask";
struct PythonLanguageServerState
{