]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
lib/datastack - remove useless thing
authorPhil Carmody <phil@dovecot.fi>
Thu, 14 Dec 2017 22:35:39 +0000 (00:35 +0200)
committerAki Tuomi <aki.tuomi@dovecot.fi>
Tue, 7 Aug 2018 12:26:56 +0000 (15:26 +0300)
It was useless.

Signed-off-by: Phil Carmody <phil@dovecot.fi>
src/lib/data-stack.c

index db28b63907caa73f4ef0ef0dce1a20d1febe9923..085f9e1e5f046480e486806bc4f61ed188b453a9 100644 (file)
@@ -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