MINOR: buffer: remove buffer_slow_realign() and the swap_buffer allocation code
authorWilly Tarreau <w@1wt.eu>
Thu, 12 Jul 2018 09:02:51 +0000 (11:02 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 19 Jul 2018 14:23:40 +0000 (16:23 +0200)
commitc0a51c51b18b05e998458011fd507dbbefcc1382
tree6f5ef9890a78855a3534ab2949744c137d2326ba
parent0db4d10efc71f70bc8759ae599e0817cd58a5a45
MINOR: buffer: remove buffer_slow_realign() and the swap_buffer allocation code

Since all call places can use the trash now, this is not needed anymore.
include/common/buffer.h
src/buffer.c