[svn:parrot] r42614 - trunk/runtime/parrot/library
jkeenan at svn.parrot.org
jkeenan at svn.parrot.org
Sat Nov 21 02:17:39 UTC 2009
Author: jkeenan
Date: Sat Nov 21 02:17:36 2009
New Revision: 42614
URL: https://trac.parrot.org/parrot/changeset/42614
Log:
Delete references to rejected RT # 42430 in three locations.
Modified:
trunk/runtime/parrot/library/Range.pir
Modified: trunk/runtime/parrot/library/Range.pir
==============================================================================
--- trunk/runtime/parrot/library/Range.pir Sat Nov 21 01:25:31 2009 (r42613)
+++ trunk/runtime/parrot/library/Range.pir Sat Nov 21 02:17:36 2009 (r42614)
@@ -49,9 +49,6 @@
addattribute $P1, 'exhausted'
.end
-# RT #42430
-# :method is only specified here so we can get 'self'
-
=head1 :vtable
=head2 init
@@ -175,9 +172,6 @@
.return (from)
.end
-# RT #42430
-# :method is only specified on the shift_* vtables for self.
-
# Wrappers for the shift_pmc vtable - rely on autoboxing.
.sub 'shift_integer' :vtable :method
$P0 = shift self
@@ -226,9 +220,6 @@
.return (to)
.end
-# RT #42430
-# :method is only specified on the shift_* vtables for self.
-
# Wrappers for the shift_pmc vtable - rely on autoboxing.
.sub 'pop_integer' :vtable :method
$P0 = pop self
More information about the parrot-commits
mailing list