From 932b0c960a8187ed1309d21ffd68b0cf83802791 Mon Sep 17 00:00:00 2001 From: Akim Demaille Date: Tue, 25 Nov 2008 20:57:58 +0100 Subject: Get rid of lalr1-split.cc. It was no longer maintainer. * data/lalr1-split.cc: Remove. * etc/bench.pl.in (bench_fusion_parser): Remove. Adjust. --- etc/bench.pl.in | 25 ------------------------- 1 file changed, 25 deletions(-) (limited to 'etc') diff --git a/etc/bench.pl.in b/etc/bench.pl.in index a95e646b..cf4815ef 100755 --- a/etc/bench.pl.in +++ b/etc/bench.pl.in @@ -57,11 +57,6 @@ request. =over 4 -=item I - -Test F with three stacks against F which -uses a single one. - =item I Test the push parser vs. the pull interface. Use the C parser. @@ -922,25 +917,6 @@ sub bench_variant_parser () ); } -###################################################################### - -=item C - -Bench the C++ lalr1.cc parser using Boost.Variants or %union. - -=cut - -sub bench_fusion_parser () -{ - bench ('list', - qw( - %s lalr1-split.cc - | - %s lalr1.cc - ) - ); -} - ############################################################################ sub help ($) @@ -1126,7 +1102,6 @@ verbose 2, "Grammar: $grammar\n"; # Support -b: predefined benches. my %bench = ( - "fusion" => \&bench_fusion_parser, "push" => \&bench_push_parser, "variant" => \&bench_variant_parser, ); -- cgit v1.2.1