Remove comment added by #31218 since the rest of that change was
Steve Hay [Wed, 16 May 2007 07:32:20 +0000 (07:32 +0000)]
reverted by #31224

p4raw-id: //depot/perl@31228

op.h

diff --git a/op.h b/op.h
index e1d56fa..c340f04 100644 (file)
--- a/op.h
+++ b/op.h
@@ -313,8 +313,6 @@ struct listop {
 
 struct pmop {
     BASEOP
-    /* On LP64 putting this here takes advantage of the fact that BASEOP isn't
-       an exact multiple of 8 bytes to save structure padding.  */
     OP *       op_first;
     OP *       op_last;
 #ifdef USE_ITHREADS