CLEANUP: stream-int: remove the now unused si->update() function
authorWilly Tarreau <w@1wt.eu>
Fri, 9 Nov 2018 13:56:01 +0000 (14:56 +0100)
committerWilly Tarreau <w@1wt.eu>
Sun, 11 Nov 2018 09:18:37 +0000 (10:18 +0100)
commitd0d40ebf5e71e527c09826b5a9d49ba8462c1b52
tree93aadd6b368459c7b9ca04eaf213cc2c1fbb577e
parentbf89ff3db8be1a8f87de305c144467bbc2503036
CLEANUP: stream-int: remove the now unused si->update() function

We exclusively use stream_int_update() now, the lower layers are not
called anymore so let's remove them, as well as si_update() which used
to be their wrapper.
include/proto/stream_interface.h
include/types/stream_interface.h
src/stream_interface.c