mirror of
https://github.com/cuberite/libevent.git
synced 2025-09-09 12:28:19 -04:00
Remove unneeded declaration in bufferevent-internal.h
This commit is contained in:
parent
254c04ec4b
commit
4c8ebcd359
@ -358,7 +358,6 @@ static inline void bufferevent_trigger_nolock_(struct bufferevent *bufev, short
|
|||||||
|
|
||||||
/* Making this inline since all of the common-case calls to this function in
|
/* Making this inline since all of the common-case calls to this function in
|
||||||
* libevent use constant arguments. */
|
* libevent use constant arguments. */
|
||||||
size_t evbuffer_get_length(const struct evbuffer *buf);
|
|
||||||
static inline void
|
static inline void
|
||||||
bufferevent_trigger_nolock_(struct bufferevent *bufev, short iotype, int options)
|
bufferevent_trigger_nolock_(struct bufferevent *bufev, short iotype, int options)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user