Skip to content

Commit

Permalink
Remove unneeded declaration in bufferevent-internal.h
Browse files Browse the repository at this point in the history
  • Loading branch information
nmathewson committed Dec 24, 2013
1 parent 254c04e commit 4c8ebcd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bufferevent-internal.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
* libevent use constant arguments. */
size_t evbuffer_get_length(const struct evbuffer *buf);
static inline void
bufferevent_trigger_nolock_(struct bufferevent *bufev, short iotype, int options)
{
Expand Down

0 comments on commit 4c8ebcd

Please sign in to comment.