Remove unused variables.
This commit is contained in:
parent
9fa27097dd
commit
c620df3c15
1 changed files with 1 additions and 3 deletions
|
@ -242,8 +242,6 @@ void retry_outgoing(outgoing_t *outgoing)
|
||||||
|
|
||||||
void finish_connecting(connection_t *c)
|
void finish_connecting(connection_t *c)
|
||||||
{
|
{
|
||||||
int option;
|
|
||||||
|
|
||||||
cp();
|
cp();
|
||||||
|
|
||||||
ifdebug(CONNECTIONS) logger(LOG_INFO, _("Connected to %s (%s)"), c->name, c->hostname);
|
ifdebug(CONNECTIONS) logger(LOG_INFO, _("Connected to %s (%s)"), c->name, c->hostname);
|
||||||
|
@ -258,7 +256,7 @@ void finish_connecting(connection_t *c)
|
||||||
void do_outgoing_connection(connection_t *c)
|
void do_outgoing_connection(connection_t *c)
|
||||||
{
|
{
|
||||||
char *address, *port;
|
char *address, *port;
|
||||||
int option, result, flags;
|
int result;
|
||||||
|
|
||||||
cp();
|
cp();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue