]> 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@open-xchange.com>
Mon, 25 Dec 2017 20:14:01 +0000 (22:14 +0200)
It was useless.

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

index 592e44b81aaa7fdc40370e9ed285f5ea3e81b45e..0eb6e29427f0e9458b2d9765e85f2b29d3f36a12 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