Remove the object_compatibility placeholder in the interpreter struct
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Mon, 26 Mar 2007 11:52:21 +0000 (11:52 +0000)
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Mon, 26 Mar 2007 11:52:21 +0000 (11:52 +0000)
p4raw-id: //depot/perl@30759

perl.h

diff --git a/perl.h b/perl.h
index 61856e1..bd77507 100644 (file)
--- a/perl.h
+++ b/perl.h
@@ -4487,11 +4487,6 @@ struct perl_vars *PL_VarsPtr;
 struct interpreter {
 #  include "thrdvar.h"
 #  include "intrpvar.h"
-/*
- * The following is a buffer where new variables must
- * be defined to maintain binary compatibility with previous versions
- */
-PERLVARA(object_compatibility,30,      char)
 };
 
 #else