cvsuser 03/10/21 12:31:53
Modified: . object.ops
Log:
Death to instantiate, as it stands
Revision Changes Path
1.14 +0 -15 parrot/object.ops
Index: object.ops
===================================================================
RCS file: /cvs/public/parrot/object.ops,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -w -r1.13 -r1.14
--- object.ops 15 Oct 2003 20:31:52 -0000 1.13
+++ object.ops 21 Oct 2003 19:31:53 -0000 1.14
@@ -240,21 +240,6 @@
=cut
-###############################################################################
-
-=item B<instantiate>(out PMC, in PMC)
-
-Instantiate an object of class $2. Creates a brand-new PMC and puts that
-PMC into register $1.
-
-=cut
-
-inline op instantiate(out PMC, in PMC) {
-
- $1 = Parrot_instantiate_object(interpreter, $2);
- goto NEXT();
-}
-
=back