summaryrefslogtreecommitdiff
path: root/op.h
diff options
context:
space:
mode:
Diffstat (limited to 'op.h')
-rw-r--r--op.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/op.h b/op.h
index e1d56fa83a..c340f046a6 100644
--- 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