CLEANUP: proxy: remove the now unused pause_proxies() and resume_proxies()
authorWilly Tarreau <w@1wt.eu>
Thu, 24 Sep 2020 14:42:00 +0000 (16:42 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 9 Oct 2020 09:27:30 +0000 (11:27 +0200)
commit1accacbcc31212d1ac742cda1f9d8429398a21ab
tree50e734133e1fa038061874d2ef0e1c0fb3f4c828
parent775e00158ae51969f95ed5108f5dc648c9c3f448
CLEANUP: proxy: remove the now unused pause_proxies() and resume_proxies()

They're not used anymore, delete them before someone thinks about using
them again!
include/haproxy/proxy.h
src/proxy.c