* data/bison.c++: Remove a debug line.

This commit is contained in:
Robert Anisko
2002-03-04 16:48:33 +00:00
parent c1a29a5b2d
commit 64dba31e7f
2 changed files with 4 additions and 2 deletions

View File

@@ -1,3 +1,7 @@
2002-03-04 Robert Anisko <robert@lrde.epita.fr>
* data/bison.c++: Remove a debug line.
2002-03-04 Robert Anisko <robert@lrde.epita.fr>
* data/bison.c++: Unmerge value as yylval and value as yyval. Unmerge

View File

@@ -394,8 +394,6 @@ yy::b4_name::parse ()
YYLLOC_DEFAULT (yyloc, slice, len_);
}
std::cout << "Reduced location is :" << yyloc << std::endl;
{
SemanticStack& yyvsp (semantic_stack_);
LocationStack& yylsp (location_stack_);