diff options
Diffstat (limited to 'include/clang/Parse/Action.h')
-rw-r--r-- | include/clang/Parse/Action.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/clang/Parse/Action.h b/include/clang/Parse/Action.h index f33918eae8..355eed1f91 100644 --- a/include/clang/Parse/Action.h +++ b/include/clang/Parse/Action.h @@ -893,8 +893,7 @@ public: /// ActOnStaticAssertDeclaration - Parse a C++0x static_assert declaration. virtual DeclTy *ActOnStaticAssertDeclaration(SourceLocation AssertLoc, ExprArg AssertExpr, - ExprArg AssertMessageExpr, - SourceLocation RParenLoc) { + ExprArg AssertMessageExpr) { return 0; } |