summaryrefslogtreecommitdiff
path: root/ext/ByteLoader/byterun.h
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1999-06-28 18:50:52 +0000
committerGurusamy Sarathy <gsar@cpan.org>1999-06-28 18:50:52 +0000
commite8f6cf2cf745c04ba44ab77a506f5433ffa502e9 (patch)
treec07223be3d85fc36bcc5f6ea3cfd1a972973458d /ext/ByteLoader/byterun.h
parent3538e1d594b84483ebd9da2f46446c3f5afac4b5 (diff)
downloadperl-e8f6cf2cf745c04ba44ab77a506f5433ffa502e9.tar.gz
remove bogus PL_optype_size
p4raw-id: //depot/perl@3560
Diffstat (limited to 'ext/ByteLoader/byterun.h')
-rw-r--r--ext/ByteLoader/byterun.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/ext/ByteLoader/byterun.h b/ext/ByteLoader/byterun.h
index 3a0381f3be..6bc03af5f1 100644
--- a/ext/ByteLoader/byterun.h
+++ b/ext/ByteLoader/byterun.h
@@ -154,25 +154,6 @@ enum {
OPt_COP /* 11 */
};
-EXT int PL_optype_size[]
-#ifdef DOINIT
-= {
- sizeof(OP),
- sizeof(UNOP),
- sizeof(BINOP),
- sizeof(LOGOP),
- sizeof(CONDOP),
- sizeof(LISTOP),
- sizeof(PMOP),
- sizeof(SVOP),
- sizeof(GVOP),
- sizeof(PVOP),
- sizeof(LOOP),
- sizeof(COP)
-}
-#endif /* DOINIT */
-;
-
EXT void byterun(pTHXo_ struct bytestream bs);
#define INIT_SPECIALSV_LIST STMT_START { \