C++: remove useless inline in CC files

* data/glr.cc, data/lalr1.cc: Remove `inline` from implementations
that are not in headers.
This commit is contained in:
Akim Demaille
2018-05-10 16:13:38 +02:00
parent 0afeaa2ab7
commit bb45005671
2 changed files with 4 additions and 16 deletions

View File

@@ -177,7 +177,7 @@ m4_pushdef([b4_parse_param], m4_defn([b4_parse_param_orig]))dnl
| Print this symbol. |
`--------------------*/
inline void
void
]b4_parser_class_name[::yy_symbol_value_print_ (int yytype,
const semantic_type* yyvaluep]b4_locations_if([[,
const location_type* yylocationp]])[)