diff options
author | Steve Hay <SteveHay@planit.com> | 2007-05-16 07:32:20 +0000 |
---|---|---|
committer | Steve Hay <SteveHay@planit.com> | 2007-05-16 07:32:20 +0000 |
commit | 2b1c14c1f96536fa0d2dde60586587f982d6db5d (patch) | |
tree | 5fa189d894e521fa86ba5fff1a59f57744d90c5e /op.h | |
parent | c3296b1214899d7f67cbb05396bc895d000b21a4 (diff) | |
download | perl-2b1c14c1f96536fa0d2dde60586587f982d6db5d.tar.gz |
Remove comment added by #31218 since the rest of that change was
reverted by #31224
p4raw-id: //depot/perl@31228
Diffstat (limited to 'op.h')
-rw-r--r-- | op.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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 |