aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Driver/ToolChain.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/clang/Driver/ToolChain.h')
-rw-r--r--include/clang/Driver/ToolChain.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/clang/Driver/ToolChain.h b/include/clang/Driver/ToolChain.h
index f917eb6da4..99d9bcb3cb 100644
--- a/include/clang/Driver/ToolChain.h
+++ b/include/clang/Driver/ToolChain.h
@@ -76,10 +76,6 @@ public:
llvm::sys::Path GetFilePath(const Compilation &C, const char *Name) const;
llvm::sys::Path GetProgramPath(const Compilation &C, const char *Name) const;
- /// ShouldUseClangCompilar - Should the clang compiler be used to
- /// handle this action.
- bool ShouldUseClangCompiler(const Compilation &C, const JobAction &JA) const;
-
// Platform defaults information
/// IsMathErrnoDefault - Does this tool chain set -fmath-errno by