CLEANUP: peers: Remove unused static function `free_dcache`
authorTim Duesterhus <tim@bastelstu.be>
Wed, 5 Feb 2020 16:22:02 +0000 (17:22 +0100)
committerWilly Tarreau <w@1wt.eu>
Wed, 5 Feb 2020 17:49:29 +0000 (18:49 +0100)
commit10ce0c2f31ba06e52edfb52176dc47986314321b
treedc59b897480ecc31302fa778631204d3275cf1ad
parent077d366ef7d09d2284ddea9f787cfce4ed4d3ba0
CLEANUP: peers: Remove unused static function `free_dcache`

The function was changed to be static in commit
6c39198b575444466ddfc5368e481d2a7cf8111d, but even that commit
no longer uses it. The purpose of the change vs. outright removal
is unclear.

see issue #301
src/peers.c