From: Robert Anisko Date: Mon, 4 Mar 2002 16:48:33 +0000 (+0000) Subject: * data/bison.c++: Remove a debug line. X-Git-Tag: BISON-1_49a~111 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/64dba31e7fe5ce7864fd4bf72633271c6076b6d4 * data/bison.c++: Remove a debug line. --- diff --git a/ChangeLog b/ChangeLog index 4a6ec15a..8e13e58c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2002-03-04 Robert Anisko + + * data/bison.c++: Remove a debug line. + 2002-03-04 Robert Anisko * data/bison.c++: Unmerge value as yylval and value as yyval. Unmerge diff --git a/data/bison.c++ b/data/bison.c++ index a07d27c6..0992bf8d 100644 --- a/data/bison.c++ +++ b/data/bison.c++ @@ -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_);