diff options
Diffstat (limited to 'lib/Format/Format.cpp')
-rw-r--r-- | lib/Format/Format.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Format/Format.cpp b/lib/Format/Format.cpp index a4de062fbf..12fd070cfe 100644 --- a/lib/Format/Format.cpp +++ b/lib/Format/Format.cpp @@ -1006,7 +1006,6 @@ public: if (!parseAngle()) return false; CurrentToken->Parent->ClosesTemplateDeclaration = true; - parseLine(); return true; } return false; |