From 109cd0c6aac9a22e2e4e4590146bb47ebe115135 Mon Sep 17 00:00:00 2001 From: Jeff Johnston Date: Tue, 11 Sep 2018 17:55:00 -0400 Subject: [PATCH] Bug 536884 - Removing header cache should cause ScannerInfo refresh - don't reset setting in shutdown() method as this clears the property prematurely for meson and cmake projects Change-Id: I2dd2467427d00aeade335319ec2ceec9f6d7168d --- .../src/org/eclipse/cdt/core/build/CBuildConfiguration.java | 3 --- 1 file changed, 3 deletions(-) diff --git a/core/org.eclipse.cdt.core/src/org/eclipse/cdt/core/build/CBuildConfiguration.java b/core/org.eclipse.cdt.core/src/org/eclipse/cdt/core/build/CBuildConfiguration.java index 76c50e694f3..7ce3e22771c 100644 --- a/core/org.eclipse.cdt.core/src/org/eclipse/cdt/core/build/CBuildConfiguration.java +++ b/core/org.eclipse.cdt.core/src/org/eclipse/cdt/core/build/CBuildConfiguration.java @@ -1145,9 +1145,6 @@ public abstract class CBuildConfiguration extends PlatformObject public void shutdown() { // TODO persist changes - // Bug 536884 - Turn off any manual future scanner refresh - toolChain.setProperty(NEED_REFRESH, "false"); //$NON-NLS-1$ - // Trigger a reindex if anything changed // TODO be more surgical if (infoChanged) {