aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/toolchain.h
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@qt.io>2020-11-27 11:46:58 +0100
committerChristian Kandeler <christian.kandeler@qt.io>2020-11-30 11:41:30 +0000
commitf772f098531f8218eb6c897519e3c6ce78fcc9ae (patch)
treee4061baf3fb25c81e385714733ac6ab9cb478469 /src/plugins/projectexplorer/toolchain.h
parentbd17dd445befa6c15dca9a52da2613697f6e3b16 (diff)
ProjectExplorer: Remove unused virtual Toolchain::predefinedMacros()
Change-Id: I24e515ba1767c72cbf43ae250908f571f0229e9f Reviewed-by: hjk <hjk@qt.io>
Diffstat (limited to 'src/plugins/projectexplorer/toolchain.h')
-rw-r--r--src/plugins/projectexplorer/toolchain.h1
1 files changed, 0 insertions, 1 deletions
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<MacroInspectionReport(const QStringList &cxxflags)>;
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<HeaderPaths(