summaryrefslogtreecommitdiffstats
path: root/clang/lib/Lex/Preprocessor.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-02-20 22:31:31 +0000
committerChris Lattner <sabre@nondot.org>2009-02-20 22:31:31 +0000
commitf87c510cc97855cb8c69787726b98d4c78cc2af5 (patch)
treed94f52c5fd5bd2387081de522864e9fce1445809 /clang/lib/Lex/Preprocessor.cpp
parent5e5503f5dac799fefd3caace20203739a0f6d3da (diff)
downloadbcm5719-llvm-f87c510cc97855cb8c69787726b98d4c78cc2af5.tar.gz
bcm5719-llvm-f87c510cc97855cb8c69787726b98d4c78cc2af5.zip
detemplatify setArgumentList and some other cleanups.
llvm-svn: 65187
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