From 7d719a660ba7fbcb80a1086812e6408c6347bc3a Mon Sep 17 00:00:00 2001 From: Roberto Raggi Date: Tue, 6 Jan 2009 12:06:45 +0100 Subject: [PATCH] TypenameTypeParameterAST::lastToken(). --- shared/cplusplus/AST.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/shared/cplusplus/AST.cpp b/shared/cplusplus/AST.cpp index e357fc249cf..7818d29f5c5 100644 --- a/shared/cplusplus/AST.cpp +++ b/shared/cplusplus/AST.cpp @@ -2707,7 +2707,6 @@ unsigned TypenameTypeParameterAST::firstToken() const unsigned TypenameTypeParameterAST::lastToken() const { - assert(0 && "review me"); if (type_id) return type_id->lastToken(); else if (equal_token)