[svn:ponie] r357 - trunk/perl
[email protected] 9 Sep 2005 15:35:11 -0000
| Newsgroups | perl.ponie.changes |
|---|---|
| Message-ID | <[email protected]> |
Author: nicholas
Date: Fri Sep 9 08:35:11 2005
New Revision: 357
Modified:
trunk/perl/sv.h
Log:
We don't seem to be using any of these strucutres.
Modified: trunk/perl/sv.h
==============================================================================
--- trunk/perl/sv.h (original)
+++ trunk/perl/sv.h Fri Sep 9 08:35:11 2005
@@ -79,36 +79,6 @@ struct STRUCT_SV { /* struct sv { */
#endif
};
-struct gv {
- XPVGV* sv_any; /* pointer to something */
- U32 sv_refcnt; /* how many references to us */
- U32 sv_flags; /* what we are */
-};
-
-struct cv {
- XPVCV* sv_any; /* pointer to something */
- U32 sv_refcnt; /* how many references to us */
- U32 sv_flags; /* what we are */
-};
-
-struct av {
- XPVAV* sv_any; /* pointer to something */
- U32 sv_refcnt; /* how many references to us */
- U32 sv_flags; /* what we are */
-};
-
-struct hv {
- XPVHV* sv_any; /* pointer to something */
- U32 sv_refcnt; /* how many references to us */
- U32 sv_flags; /* what we are */
-};
-
-struct io {
- XPVIO* sv_any; /* pointer to something */
- U32 sv_refcnt; /* how many references to us */
- U32 sv_flags; /* what we are */
-};
-
/*
=head1 SV Manipulation Functions