summaryrefslogtreecommitdiff
path: root/bufferevent-internal.h
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2013-04-10 13:44:23 -0400
committerNick Mathewson <nickm@torproject.org>2013-04-26 12:18:38 -0400
commit4ea4c6a93e32f15a41799771b14510a9be33552f (patch)
tree0ff9ca5240c08a09af9ad0f98e132fb4b3467de2 /bufferevent-internal.h
parente9ebef83a068ca938887624042461d614070071e (diff)
downloadlibevent-4ea4c6a93e32f15a41799771b14510a9be33552f.tar.gz
Remove bufferevent_del_generic_timeout_cbs as now unused
Diffstat (limited to 'bufferevent-internal.h')
-rw-r--r--bufferevent-internal.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/bufferevent-internal.h b/bufferevent-internal.h
index ccfc7045..09cdb351 100644
--- a/bufferevent-internal.h
+++ b/bufferevent-internal.h
@@ -359,9 +359,6 @@ int bufferevent_add_event_(struct event *ev, const struct timeval *tv);
* the other "generic_timeout" functions will work on it. Call this from
* the constructor function. */
void bufferevent_init_generic_timeout_cbs_(struct bufferevent *bev);
-/** Internal use: Delete the ev_read and ev_write callbacks if they're pending.
- * Call this from the destructor function. */
-int bufferevent_del_generic_timeout_cbs_(struct bufferevent *bev);
/** Internal use: Add or delete the generic timeout events as appropriate.
* (If an event is enabled and a timeout is set, we add the event. Otherwise
* we delete it.) Call this from anything that changes the timeout values,