diff options
author | Jarek Kobus <jaroslaw.kobus@qt.io> | 2022-12-07 19:48:18 +0100 |
---|---|---|
committer | Jarek Kobus <jaroslaw.kobus@qt.io> | 2022-12-09 13:01:53 +0000 |
commit | 834f89acf2bb6108f7410a57d5a72a37fc497647 (patch) | |
tree | af2b2b8f8e6f3c3c60919cedc6fb545a53192b99 /src/plugins/python/pythonlanguageclient.cpp | |
parent | 4ff34cf47febf13e4f60f498228fb75dcfc4dec2 (diff) | |
download | qt-creator-834f89acf2bb6108f7410a57d5a72a37fc497647.tar.gz |
Remove unused variables
Change-Id: I653f6fa71bb04e049d4e1848a7e38a606692e678
Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
Reviewed-by: hjk <hjk@qt.io>
Diffstat (limited to 'src/plugins/python/pythonlanguageclient.cpp')
-rw-r--r-- | src/plugins/python/pythonlanguageclient.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/python/pythonlanguageclient.cpp b/src/plugins/python/pythonlanguageclient.cpp index f4b6a0d52f..aa66af328f 100644 --- a/src/plugins/python/pythonlanguageclient.cpp +++ b/src/plugins/python/pythonlanguageclient.cpp @@ -260,7 +260,6 @@ void PyLSClient::updateExtraCompilers(ProjectExplorer::Project *project, void PyLSClient::updateExtraCompilerContents(ExtraCompiler *compiler, const FilePath &file) { - const QString text = QString::fromUtf8(compiler->content(file)); const FilePath target = m_extraCompilerOutputDir.pathAppended(file.fileName()); target.writeFileContents(compiler->content(file)); |