summaryrefslogtreecommitdiffstats
path: root/lib/Driver/ToolChains/BareMetal.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Driver/ToolChains/BareMetal.h')
-rw-r--r--lib/Driver/ToolChains/BareMetal.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/Driver/ToolChains/BareMetal.h b/lib/Driver/ToolChains/BareMetal.h
index 4b74899fa5..5e9fd9bffd 100644
--- a/lib/Driver/ToolChains/BareMetal.h
+++ b/lib/Driver/ToolChains/BareMetal.h
@@ -38,8 +38,6 @@ public:
bool isPICDefaultForced() const override { return false; }
bool SupportsProfiling() const override { return false; }
bool SupportsObjCGC() const override { return false; }
- std::string getThreadModel() const override;
- bool isThreadModelSupported(const StringRef Model) const override;
RuntimeLibType GetDefaultRuntimeLibType() const override {
return ToolChain::RLT_CompilerRT;