diff options
Diffstat (limited to 'clang/lib/Parse/ParseTemplate.cpp')
-rw-r--r-- | clang/lib/Parse/ParseTemplate.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/clang/lib/Parse/ParseTemplate.cpp b/clang/lib/Parse/ParseTemplate.cpp index 776c66b..d2e8a81 100644 --- a/clang/lib/Parse/ParseTemplate.cpp +++ b/clang/lib/Parse/ParseTemplate.cpp @@ -1742,10 +1742,6 @@ void Parser::ParseLateTemplatedFuncDef(LateParsedTemplate &LPT) { Actions.PushDeclContext(Actions.getCurScope(), DC); } - // Parsing should occur with empty FP pragma stack and FP options used in the - // point of the template definition. - Actions.resetFPOptions(LPT.FPO); - assert(!LPT.Toks.empty() && "Empty body!"); // Append the current token at the end of the new token stream so that it |