CLEANUP: buffers: remove unused buffer_wq_lock lock
authorWilly Tarreau <w@1wt.eu>
Sun, 28 Jun 2020 05:31:42 +0000 (07:31 +0200)
committerWilly Tarreau <w@1wt.eu>
Sun, 28 Jun 2020 08:45:34 +0000 (10:45 +0200)
commit4dc6c860b4520eaf9fb3f780488107b7011d2387
tree01f9c375c1cacc1694a02ec5d9dc6ab7448d4d52
parentc6e7a1b8e9da7813661096b096c65b137b72e35f
CLEANUP: buffers: remove unused buffer_wq_lock lock

Commit 2104659 ("MEDIUM: buffer: remove the buffer_wq lock") removed
usage of the lock but not the lock itself. It's totally unused, let's
remove it.
include/haproxy/dynbuf.h
src/buffer.c