From: Akim Demaille Date: Fri, 4 May 2012 12:06:29 +0000 (+0200) Subject: glr.cc: remove unused signature. X-Git-Tag: v2.5.1_rc2~37 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/30bc96cecadb84a913ee006c2f9dfc4b6c9a11f9?ds=sidebyside glr.cc: remove unused signature. * data/glr.cc (yydestruct_): Not used, remove. It is yydestruct which is used. --- 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[ };