diff options
Diffstat (limited to 'Src/zsh.h')
-rw-r--r-- | Src/zsh.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Src/zsh.h b/Src/zsh.h index 84f6a836f..a5e817019 100644 --- a/Src/zsh.h +++ b/Src/zsh.h @@ -1559,9 +1559,6 @@ struct heap { size_t size; /* size of heap */ size_t used; /* bytes used from the heap */ struct heapstack *sp; /* used by pushheap() to save the value used */ -#ifdef PAD_64_BIT - size_t dummy; /* Make sure sizeof(heap) is a multiple of 8 */ -#endif #define arena(X) ((char *) (X) + sizeof(struct heap)) }; |