]> git.saurik.com Git - bison.git/commitdiff
glr.cc: remove unused signature.
authorAkim Demaille <akim@lrde.epita.fr>
Fri, 4 May 2012 12:06:29 +0000 (14:06 +0200)
committerAkim Demaille <akim@lrde.epita.fr>
Fri, 4 May 2012 12:53:49 +0000 (14:53 +0200)
* data/glr.cc (yydestruct_): Not used, remove.
It is yydestruct which is used.

data/glr.cc

index 9683844fe52cc0dfbfda0723c769bd66dd1d6dce..b7f0a9c177d8df09e253b14586ece54695aa8bbc 100644 (file)
@@ -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[
   };