]> granicus.if.org Git - libevent/commitdiff
Actually, do not provide a compatibility name "EVBUFFER_CONNECTED": there is no old...
authorNick Mathewson <nickm@torproject.org>
Thu, 14 May 2009 18:06:29 +0000 (18:06 +0000)
committerNick Mathewson <nickm@torproject.org>
Thu, 14 May 2009 18:06:29 +0000 (18:06 +0000)
svn:r1285

include/event2/bufferevent_compat.h

index e7dd5b12653fc0330dd4d76d0cf7596b030f7140..c380b6d1d6d2f887305770c75a11e037b08c16a2 100644 (file)
@@ -87,7 +87,6 @@ void bufferevent_settimeout(struct bufferevent *bufev,
 #define EVBUFFER_EOF           BEV_EVENT_EOF
 #define EVBUFFER_ERROR         BEV_EVENT_ERROR
 #define EVBUFFER_TIMEOUT       BEV_EVENT_TIMEOUT
-#define EVBUFFER_CONNECTED     BEV_EVENT_CONNECTED
 
 /** macro for getting access to the input buffer of a bufferevent */
 #define EVBUFFER_INPUT(x)      bufferevent_get_input(x)