]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: kill buffer_replace() and use an inline instead
authorWilly Tarreau <w@1wt.eu>
Mon, 28 Nov 2011 09:36:13 +0000 (10:36 +0100)
committerWilly Tarreau <w@1wt.eu>
Mon, 28 Nov 2011 20:01:28 +0000 (21:01 +0100)
commit19ae56b2b62c3fb591027f5cddf21795aa630a04
treef66214abc12839e397a4a0cab42c2f003cd0e040
parent71730256a3a50ecc2557a857e7801e53226da6ea
CLEANUP: kill buffer_replace() and use an inline instead

This function is never used, only its buffer_replace2() alternative
is used. Replace the former with an inline which calls the later.
include/proto/buffers.h
src/buffers.c