Remove unused functions and variables.
This commit is contained in:
parent
9eca49329d
commit
af2e0c9a32
3 changed files with 1 additions and 18 deletions
|
|
@ -466,12 +466,6 @@ static void handle_meta_write(int sock, short events, void *data) {
|
|||
event_del(&c->outevent);
|
||||
}
|
||||
|
||||
static void handle_meta_connection_error(struct bufferevent *event, short what, void *data) {
|
||||
connection_t *c = data;
|
||||
logger(LOG_ERR, "handle_meta_connection_error() called: %d: %s", what, strerror(errno));
|
||||
terminate_connection(c, c->status.active);
|
||||
}
|
||||
|
||||
void setup_outgoing_connection(outgoing_t *outgoing) {
|
||||
connection_t *c;
|
||||
node_t *n;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue