From 30bc96cecadb84a913ee006c2f9dfc4b6c9a11f9 Mon Sep 17 00:00:00 2001 From: Akim Demaille Date: Fri, 4 May 2012 14:06:29 +0200 Subject: [PATCH] glr.cc: remove unused signature. * data/glr.cc (yydestruct_): Not used, remove. It is yydestruct which is used. --- data/glr.cc | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/data/glr.cc b/data/glr.cc index 9683844f..b7f0a9c1 100644 --- a/data/glr.cc +++ b/data/glr.cc @@ -345,17 +345,6 @@ b4_user_stype std::ostream* yycdebug_; #endif - - /// \brief Reclaim the memory associated to a symbol. - /// \param yymsg Why this token is reclaimed. - /// \param yytype The symbol type. - /// \param yyvaluep Its semantic value. - /// \param yylocationp Its location. - inline void yydestruct_ (const char* yymsg, - int yytype, - semantic_type* yyvaluep, - location_type* yylocationp); - ]b4_parse_param_vars[ }; -- 2.45.2