aboutsummaryrefslogtreecommitdiff
path: root/lib/Index/SimpleFormatContext.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Index/SimpleFormatContext.h')
-rw-r--r--lib/Index/SimpleFormatContext.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/Index/SimpleFormatContext.h b/lib/Index/SimpleFormatContext.h
index 080a4ad04ddf..b88421498959 100644
--- a/lib/Index/SimpleFormatContext.h
+++ b/lib/Index/SimpleFormatContext.h
@@ -44,8 +44,6 @@ public:
Diagnostics->setClient(new IgnoringDiagConsumer, true);
}
- ~SimpleFormatContext() { }
-
FileID createInMemoryFile(StringRef Name, StringRef Content) {
std::unique_ptr<llvm::MemoryBuffer> Source =
llvm::MemoryBuffer::getMemBuffer(Content);