Author: Whiteknight
Date: Wed Dec 17 07:05:09 2008
New Revision: 34027

Removed:
   trunk/compilers/bcg/
Modified:
   trunk/MANIFEST
   trunk/config/gen/makefiles.pm
   trunk/lib/Parrot/Docs/Section/Compilers.pm
   trunk/t/perl/Parrot_Distribution.t

Log:
[compilers/bcg] Remove unused compilers/bcg/ as per TT#33

Modified: trunk/MANIFEST
==============================================================================
--- trunk/MANIFEST      (original)
+++ trunk/MANIFEST      Wed Dec 17 07:05:09 2008
@@ -35,21 +35,6 @@
 apps/p3/p3p.html                                            [apps/p3]
 apps/p3/parrot_small.png                                    [apps/p3]
 apps/p3/slides.js                                           [apps/p3]
-compilers/bcg/include/bcg.h                                 []
-compilers/bcg/src/bcg.c                                     []
-compilers/bcg/src/bcg_emitter.h                             []
-compilers/bcg/src/bcg_emitter_pasm.c                        []
-compilers/bcg/src/bcg_logger.c                              []
-compilers/bcg/src/bcg_logger.h                              []
-compilers/bcg/src/bcg_op.c                                  []
-compilers/bcg/src/bcg_private.h                             []
-compilers/bcg/src/bcg_reg_alloc.h                           []
-compilers/bcg/src/bcg_reg_alloc_vanilla.c                   []
-compilers/bcg/src/bcg_unit.c                                []
-compilers/bcg/src/bcg_utils.c                               []
-compilers/bcg/src/bcg_utils.h                               []
-compilers/bcg/src/pmc/bcg.pmc                               []
-compilers/bcg/t/BCG.t                                       []
 compilers/imcc/ChangeLog                                    []
 compilers/imcc/cfg.c                                        []
 compilers/imcc/cfg.h                                        []

Modified: trunk/config/gen/makefiles.pm
==============================================================================
--- trunk/config/gen/makefiles.pm       (original)
+++ trunk/config/gen/makefiles.pm       Wed Dec 17 07:05:09 2008
@@ -46,8 +46,6 @@
             { SOURCE => 'config/gen/makefiles/pge.in' },
         'compilers/tge/Makefile'     =>
             { SOURCE => 'config/gen/makefiles/tge.in' },
-        'compilers/bcg/Makefile'     =>
-            { SOURCE => 'config/gen/makefiles/bcg.in' },
         'compilers/json/Makefile'    =>
             { SOURCE => 'config/gen/makefiles/json.in' },
         'compilers/pirc/Makefile'    =>

Modified: trunk/lib/Parrot/Docs/Section/Compilers.pm
==============================================================================
--- trunk/lib/Parrot/Docs/Section/Compilers.pm  (original)
+++ trunk/lib/Parrot/Docs/Section/Compilers.pm  Wed Dec 17 07:05:09 2008
@@ -45,7 +45,6 @@
         $self->new_group( 'PGE',  'the Parrot Grammar Engine',                 
'compilers/pge' ),
         $self->new_group( 'TGE',  'the Tree Grammar Engine',                   
'compilers/tge' ),
         $self->new_group( 'PCT',  'Parrot Compiler Toolkit',    
'compilers/pct' ),
-        $self->new_group( 'BCG',  'Byte Code Generation',       
'compilers/bcg' ),
         $self->new_group( 'JSON', 'JavaScript Object Notation', 
'compilers/json' ),
         $self->new_group( 'PIRC', 'a PIR Compiler',             
'compilers/pirc' ),
         $self->new_group( 'NCIGEN', 'Native Call Interface Generator', 
'compilers/ncigen' ),

Modified: trunk/t/perl/Parrot_Distribution.t
==============================================================================
--- trunk/t/perl/Parrot_Distribution.t  (original)
+++ trunk/t/perl/Parrot_Distribution.t  Wed Dec 17 07:05:09 2008
@@ -51,7 +51,7 @@
 my %pmc_source_file_directories = map { $_->path => 1 } 
$d->pmc_source_file_directories();
 
 my @old_directory_list = (
-    'compilers/bcg/src/pmc',   'languages/APL/src/pmc',
+    'languages/APL/src/pmc',
     'languages/WMLScript/pmc',
     'languages/dotnet/pmc',    'languages/lua/src/pmc',
     'languages/perl6/src/pmc',

Reply via email to