Author: coke
Date: Tue Dec 23 12:13:00 2008
New Revision: 34284
Removed:
trunk/runtime/parrot/library/Parrot/Capture_PIR.pir
Modified:
trunk/DEPRECATED.pod
trunk/MANIFEST
trunk/config/gen/makefiles/root.in
trunk/languages/perl6/src/classes/Capture.pir
Log:
Eliminate [DEPRECATED] runtime/parrot/library/Parrot/Capture_PIR.pir
was only referenced by one language, but it wasn't being used.
Modified: trunk/DEPRECATED.pod
==============================================================================
--- trunk/DEPRECATED.pod (original)
+++ trunk/DEPRECATED.pod Tue Dec 23 12:13:00 2008
@@ -158,11 +158,6 @@
All of the named vtable functions in PCT and PGE will lose
their names and effectively become anonymous. See RT #60384.
-=item Capture_PIR class [post 0.8.2]
-
-The Capture_PIR class in runtime/parrot/library/Parrot/Capture_PIR.pir
-is deprecated and will be removed.
-
=back
=cut
Modified: trunk/MANIFEST
==============================================================================
--- trunk/MANIFEST (original)
+++ trunk/MANIFEST Tue Dec 23 12:13:00 2008
@@ -1,7 +1,7 @@
# ex: set ro:
# $Id$
#
-# generated by tools/dev/mk_manifest_and_skip.pl Tue Dec 23 12:08:55 2008 UT
+# generated by tools/dev/mk_manifest_and_skip.pl Tue Dec 23 20:12:10 2008 UT
#
# See tools/dev/install_files.pl for documentation on the
# format of this file.
@@ -2813,7 +2813,6 @@
runtime/parrot/library/PGE/Perl6Grammar.pir [library]
runtime/parrot/library/PGE/Text.pir [library]
runtime/parrot/library/PGE/Util.pir [library]
-runtime/parrot/library/Parrot/Capture_PIR.pir [library]
runtime/parrot/library/Parrot/Coroutine.pir [library]
runtime/parrot/library/Parrot/Exception.pir [library]
runtime/parrot/library/Pg.pir [library]
Modified: trunk/config/gen/makefiles/root.in
==============================================================================
--- trunk/config/gen/makefiles/root.in (original)
+++ trunk/config/gen/makefiles/root.in Tue Dec 23 12:13:00 2008
@@ -257,7 +257,6 @@
$(LIBRARY_DIR)/P6object.pbc \
$(LIBRARY_DIR)/parrotlib.pbc \
$(LIBRARY_DIR)/pcre.pbc \
- $(LIBRARY_DIR)/Parrot/Capture_PIR.pbc \
$(LIBRARY_DIR)/Parrot/Coroutine.pbc \
$(LIBRARY_DIR)/Parrot/Exception.pbc \
$(LIBRARY_DIR)/PGE/Dumper.pbc \
Modified: trunk/languages/perl6/src/classes/Capture.pir
==============================================================================
--- trunk/languages/perl6/src/classes/Capture.pir (original)
+++ trunk/languages/perl6/src/classes/Capture.pir Tue Dec 23 12:13:00 2008
@@ -13,7 +13,6 @@
.namespace ['Perl6Capture']
.sub 'onload' :anon :init :load
- load_bytecode 'Parrot/Capture_PIR.pbc'
.local pmc p6meta, captureproto
p6meta = get_hll_global ['Perl6Object'], '$!P6META'
captureproto = p6meta.'new_class'('Perl6Capture', 'parent'=>'Capture Any', 'name'=>'Capture')