aboutsummaryrefslogtreecommitdiff
path: root/lib/Lex/Pragma.cpp
diff options
context:
space:
mode:
authorMahesha S <mahesha.llvm@gmail.com>2012-10-24 15:12:40 +0000
committerMahesha S <mahesha.llvm@gmail.com>2012-10-24 15:12:40 +0000
commit6e347bccd1f132a41f9b72adbd25dc6be1dabe90 (patch)
tree051fe94ecebe8172a60c8d29a8607d29d543d7cc /lib/Lex/Pragma.cpp
parent3e2aa99e992b89bd421ac2a6bf79307114d257fc (diff)
Removed an extra blank line.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@166571 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Lex/Pragma.cpp')
-rw-r--r--lib/Lex/Pragma.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Lex/Pragma.cpp b/lib/Lex/Pragma.cpp
index 1f9c811f55..e7e6c37053 100644
--- a/lib/Lex/Pragma.cpp
+++ b/lib/Lex/Pragma.cpp
@@ -43,7 +43,6 @@ void EmptyPragmaHandler::HandlePragma(Preprocessor &PP,
// PragmaNamespace Implementation.
//===----------------------------------------------------------------------===//
-
PragmaNamespace::~PragmaNamespace() {
for (llvm::StringMap<PragmaHandler*>::iterator
I = Handlers.begin(), E = Handlers.end(); I != E; ++I)