Skip to content

Commit

Permalink
lib/datastack - remove useless thing
Browse files Browse the repository at this point in the history
It was useless.

Signed-off-by: Phil Carmody <phil@dovecot.fi>
  • Loading branch information
Phil Carmody authored and cmouse committed Aug 7, 2018
1 parent fea6c3e commit a58d5b0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib/data-stack.c
Expand Up @@ -18,7 +18,6 @@
# define CLEAR_CHR 0xD5 /* D5 is mnemonic for "Data 5tack" */
# define SENTRY_COUNT (4*8)
# define BLOCK_CANARY ((void *)0xBADBADD5BADBADD5) /* contains 'D5' */
# define BLOCK_CANARY_CHECK(block) block_canary_check(block)
# define ALLOC_SIZE(size) (MEM_ALIGN(sizeof(size_t)) + MEM_ALIGN(size + SENTRY_COUNT))
#else
# define CLEAR_CHR 0
Expand Down

0 comments on commit a58d5b0

Please sign in to comment.