mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-09 23:02:34 +02:00
MINOR: buffer: remove unused bo_add()
We don't need this function anymore.
This commit is contained in:
@@ -396,14 +396,6 @@ static inline void b_add(struct buffer *b, size_t count)
|
||||
b->i += count;
|
||||
}
|
||||
|
||||
/* bo_add() : increase the buffer output and length by <count>
|
||||
* (LEGACY API)
|
||||
*/
|
||||
static inline void bo_add(struct buffer *b, size_t count)
|
||||
{
|
||||
b->o += count;
|
||||
}
|
||||
|
||||
/* b_set_data() : sets the buffer's length */
|
||||
static inline void b_set_data(struct buffer *b, size_t len)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user