diff --git a/build/org.eclipse.cdt.cmake.core/src/org/eclipse/cdt/cmake/core/internal/CMakeBuildConfiguration.java b/build/org.eclipse.cdt.cmake.core/src/org/eclipse/cdt/cmake/core/internal/CMakeBuildConfiguration.java
index d4010ba4119..cb82bf041b7 100644
--- a/build/org.eclipse.cdt.cmake.core/src/org/eclipse/cdt/cmake/core/internal/CMakeBuildConfiguration.java
+++ b/build/org.eclipse.cdt.cmake.core/src/org/eclipse/cdt/cmake/core/internal/CMakeBuildConfiguration.java
@@ -393,69 +393,6 @@ public class CMakeBuildConfiguration extends CBuildConfiguration {
this.infoPerResource = infoPerResource;
}
- private static class CMakeIndexerInfoConsumer implements IIndexerInfoConsumer {
- /**
- * gathered IScannerInfo objects or null
if no new IScannerInfo was
- * received
- */
- private Map infoPerResource = new HashMap<>();
- private boolean haveUpdates;
- private final Consumer