summaryrefslogtreecommitdiffstats
path: root/clang/lib/Lex/Preprocessor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'clang/lib/Lex/Preprocessor.cpp')
-rw-r--r--clang/lib/Lex/Preprocessor.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/lib/Lex/Preprocessor.cpp b/clang/lib/Lex/Preprocessor.cpp
index 7b34cb65e36..a85b5db6d60 100644
--- a/clang/lib/Lex/Preprocessor.cpp
+++ b/clang/lib/Lex/Preprocessor.cpp
@@ -102,7 +102,6 @@ Preprocessor::~Preprocessor() {
// destroyed. We still need to run the dstor, however, to free
// memory alocated by MacroInfo.
I->second->Destroy();
- I->second->~MacroInfo();
I->first->setHasMacroDefinition(false);
}
OpenPOWER on IntegriCloud