diff options
author | Chris Lattner <sabre@nondot.org> | 2009-02-20 22:31:31 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2009-02-20 22:31:31 +0000 |
commit | f87c510cc97855cb8c69787726b98d4c78cc2af5 (patch) | |
tree | d94f52c5fd5bd2387081de522864e9fce1445809 /clang/lib/Lex/Preprocessor.cpp | |
parent | 5e5503f5dac799fefd3caace20203739a0f6d3da (diff) | |
download | bcm5719-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.cpp | 1 |
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); } |