From: Nick Mathewson Date: Tue, 24 Dec 2013 20:02:02 +0000 (-0500) Subject: Remove unneeded declaration in bufferevent-internal.h X-Git-Tag: release-2.1.4-alpha~52 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4c8ebcd3598a97004340511930b84286a52d9d05;p=libevent Remove unneeded declaration in bufferevent-internal.h --- diff --git a/bufferevent-internal.h b/bufferevent-internal.h index f85f376e..134bb337 100644 --- a/bufferevent-internal.h +++ b/bufferevent-internal.h @@ -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) {