]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: peers: Remove unused static function `free_dcache_tx`
authorTim Duesterhus <tim@bastelstu.be>
Wed, 5 Feb 2020 22:37:15 +0000 (23:37 +0100)
committerWilly Tarreau <w@1wt.eu>
Wed, 5 Feb 2020 22:40:17 +0000 (23:40 +0100)
commitd02ffe9b6d969b4ba25f3b5bbd9a6a51306ec2d9
tree67608f26ad2b781a67a6de167a0807e19c3bdb43
parent10ce0c2f31ba06e52edfb52176dc47986314321b
CLEANUP: peers: Remove unused static function `free_dcache_tx`

The function was added in commit 6c39198b575444466ddfc5368e481d2a7cf8111d,
but was also used within a single function `free_dcache` which was unused
itself.

see issue #301
see commit 10ce0c2f31ba06e52edfb52176dc47986314321b which removed
`free_dcache`
src/peers.c