From f772f098531f8218eb6c897519e3c6ce78fcc9ae Mon Sep 17 00:00:00 2001 From: Christian Kandeler Date: Fri, 27 Nov 2020 11:46:58 +0100 Subject: ProjectExplorer: Remove unused virtual Toolchain::predefinedMacros() Change-Id: I24e515ba1767c72cbf43ae250908f571f0229e9f Reviewed-by: hjk --- src/plugins/projectexplorer/toolchain.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/plugins/projectexplorer/toolchain.h') diff --git a/src/plugins/projectexplorer/toolchain.h b/src/plugins/projectexplorer/toolchain.h index 9eed36d2a0..141be73990 100644 --- a/src/plugins/projectexplorer/toolchain.h +++ b/src/plugins/projectexplorer/toolchain.h @@ -134,7 +134,6 @@ public: // A MacroInspectionRunner is created in the ui thread and runs in another thread. using MacroInspectionRunner = std::function; virtual MacroInspectionRunner createMacroInspectionRunner() const = 0; - virtual Macros predefinedMacros(const QStringList &cxxflags) const = 0; // A BuiltInHeaderPathsRunner is created in the ui thread and runs in another thread. using BuiltInHeaderPathsRunner = std::function