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 | cf29e0716bb3ecbbc15b74cd648367d6b075fdf0 (patch) | |
tree | d7c63bce9ff21325790470ef37f04f8ea69bd3fd /lib/Lex/Preprocessor.cpp | |
parent | 0301b3ff132a4d986c092d161cb77d74b04cd2a6 (diff) |
detemplatify setArgumentList and some other cleanups.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@65187 91177308-0d34-0410-b5e6-96231b3b80d8
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); } |