C++: remove useless inline on templates

Templates are implicitly `inline`.

* data/c++.m4, data/lalr1.cc: Remove `inline` from templates.
This commit is contained in:
Akim Demaille
2018-05-10 15:49:32 +02:00
parent dbd1609311
commit 0afeaa2ab7
2 changed files with 0 additions and 9 deletions

View File

@@ -606,7 +606,6 @@ m4_if(b4_prefix, [yy], [],
template <typename Base>
inline
void
]b4_parser_class_name[::yy_destroy_ (const char* yymsg, basic_symbol<Base>& yysym) const
{