commit | 19ae56b2b62c3fb591027f5cddf21795aa630a04 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Mon Nov 28 10:36:13 2011 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Mon Nov 28 21:01:28 2011 +0100 |
tree | f66214abc12839e397a4a0cab42c2f003cd0e040 | |
parent | 71730256a3a50ecc2557a857e7801e53226da6ea [diff] |
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.