Skip to content

Commit

Permalink
[fix] remove unused variables
Browse files Browse the repository at this point in the history
  • Loading branch information
jcrugzz committed Oct 25, 2013
1 parent c613394 commit 9d11692
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/connect.c
Expand Up @@ -25,8 +25,6 @@ void forza__reconnect_on_close(uv_handle_t* handle);
void forza__reconnect_on_connect_error(uv_handle_t* handle);

void forza__reconnect(forza_connect_cb connect_cb) {
char* pair;
char* port_sep;
char addr_str[17] = {'\0'};
int r;

Expand Down

0 comments on commit 9d11692

Please sign in to comment.