diff options
Diffstat (limited to 'lib/Lex/Preprocessor.cpp')
-rw-r--r-- | lib/Lex/Preprocessor.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Lex/Preprocessor.cpp b/lib/Lex/Preprocessor.cpp index 7b34cb65e3..a85b5db6d6 100644 --- a/lib/Lex/Preprocessor.cpp +++ b/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); } |