aboutsummaryrefslogtreecommitdiff
path: root/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
commitcf29e0716bb3ecbbc15b74cd648367d6b075fdf0 (patch)
treed7c63bce9ff21325790470ef37f04f8ea69bd3fd /lib/Lex/Preprocessor.cpp
parent0301b3ff132a4d986c092d161cb77d74b04cd2a6 (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.cpp1
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);
}