summaryrefslogtreecommitdiff
path: root/src/plugins/autotoolsprojectmanager
diff options
context:
space:
mode:
authorBernhard Beschow <shentey@gmail.com>2018-12-11 15:07:51 +0100
committerBernhard Beschow <shentey@gmail.com>2019-01-06 21:49:53 +0000
commit5916be8756e03fbd1c7d1553500028a100bcf572 (patch)
tree463c7e4cb0b1c0370f984387e3b562fa8cc092b4 /src/plugins/autotoolsprojectmanager
parent3bdb7d1de5d82b8522c884aa3200fc6cb1a01472 (diff)
downloadqt-creator-5916be8756e03fbd1c7d1553500028a100bcf572.tar.gz
Remove unneeded invocations of CppProjectUpdater::cancel()
The cancel methods were called just before setting up the parameters for the CppProjectUpdater::update() call, which calls cancel() as its very first action. Change-Id: I748cb4daa86bc8245cd906b2dff3c7b2d50795b2 Reviewed-by: Nikolai Kosjar <nikolai.kosjar@qt.io>
Diffstat (limited to 'src/plugins/autotoolsprojectmanager')
-rw-r--r--src/plugins/autotoolsprojectmanager/autotoolsproject.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/plugins/autotoolsprojectmanager/autotoolsproject.cpp b/src/plugins/autotoolsprojectmanager/autotoolsproject.cpp
index ca67aed4e2..952fdcf238 100644
--- a/src/plugins/autotoolsprojectmanager/autotoolsproject.cpp
+++ b/src/plugins/autotoolsprojectmanager/autotoolsproject.cpp
@@ -268,8 +268,6 @@ void AutotoolsProject::updateCppCodeModel()
ToolChain *cxxToolChain
= ToolChainKitInformation::toolChain(k, ProjectExplorer::Constants::CXX_LANGUAGE_ID);
- m_cppCodeModelUpdater->cancel();
-
CppTools::RawProjectPart rpp;
rpp.setDisplayName(displayName());
rpp.setProjectFileLocation(projectFilePath().toString());