cvs commit: ponie/src/pmc perl5lv.pmc
[email protected] (Arthur Bergman)
| Newsgroups | perl.ponie.changes |
|---|---|
| Message-ID | <[email protected]> |
cvsuser 03/09/11 07:09:59
Modified: src/pmc perl5lv.pmc
Log:
do not override this base functions
Revision Changes Path
1.2 +1 -9 ponie/src/pmc/perl5lv.pmc
Index: perl5lv.pmc
===================================================================
RCS file: /cvs/public/ponie/src/pmc/perl5lv.pmc,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -w -r1.1 -r1.2
--- perl5lv.pmc 10 Sep 2003 16:19:10 -0000 1.1
+++ perl5lv.pmc 11 Sep 2003 14:09:59 -0000 1.2
@@ -1,7 +1,7 @@
/* Perl5LV.pmc
* Copyright: 2001-2003 The Perl Foundation. All Rights Reserved.
* CVS Info
- * $Id: perl5lv.pmc,v 1.1 2003/09/10 16:19:10 sky Exp $
+ * $Id: perl5lv.pmc,v 1.2 2003/09/11 14:09:59 sky Exp $
* Overview:
* These are the vtable functions for the Perl5LV base class
* Data Structure and Algorithms:
@@ -49,10 +49,6 @@
return (PMC*)0;
}
- INTVAL type () {
- return (INTVAL)0;
- }
-
INTVAL type_keyed (PMC* key) {
return (INTVAL)0;
}
@@ -71,10 +67,6 @@
UINTVAL subtype_keyed_int (INTVAL key, INTVAL type) {
return (UINTVAL)0;
- }
-
- STRING* name () {
- return (STRING*)0;
}
STRING* name_keyed (PMC* key) {