summaryrefslogtreecommitdiff
path: root/include/clang/Tooling/StandaloneExecution.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/clang/Tooling/StandaloneExecution.h')
-rw-r--r--include/clang/Tooling/StandaloneExecution.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/clang/Tooling/StandaloneExecution.h b/include/clang/Tooling/StandaloneExecution.h
index 5fbc1e479c59b..8db6229acf7f9 100644
--- a/include/clang/Tooling/StandaloneExecution.h
+++ b/include/clang/Tooling/StandaloneExecution.h
@@ -52,8 +52,6 @@ public:
StringRef getExecutorName() const override { return ExecutorName; }
- bool isSingleProcess() const override { return true; }
-
using ToolExecutor::execute;
llvm::Error