]> granicus.if.org Git - libevent/commitdiff
Remove unneeded declaration in bufferevent-internal.h
authorNick Mathewson <nickm@torproject.org>
Tue, 24 Dec 2013 20:02:02 +0000 (15:02 -0500)
committerNick Mathewson <nickm@torproject.org>
Tue, 24 Dec 2013 20:02:02 +0000 (15:02 -0500)
bufferevent-internal.h

index f85f376e03fc394059255c242b9f9fc3ee7e7931..134bb337521c128a7d2aa08561736e49cc5a7ac6 100644 (file)
@@ -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)
 {