forked from qt-creator/qt-creator
Remove unused variables
Change-Id: I653f6fa71bb04e049d4e1848a7e38a606692e678 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user