summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--clang/lib/Frontend/CompilerInstance.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/lib/Frontend/CompilerInstance.cpp b/clang/lib/Frontend/CompilerInstance.cpp
index e2bb0f20db9..06ec80589c7 100644
--- a/clang/lib/Frontend/CompilerInstance.cpp
+++ b/clang/lib/Frontend/CompilerInstance.cpp
@@ -42,7 +42,6 @@ CompilerInstance::CompilerInstance()
}
CompilerInstance::~CompilerInstance() {
- TheSema.reset();
}
void CompilerInstance::setLLVMContext(llvm::LLVMContext *Value) {
OpenPOWER on IntegriCloud