diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2011-12-01 17:05:59 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2011-12-01 17:05:59 +0100 |
commit | fcbf297a14b5d7f19515595ffd58276c3c2b531d (patch) | |
tree | cf1f7c864904158bc19fe18254e4aca1f784dc9e /src | |
parent | 41b5ef1e4cc6a28bd7274a016d83c95a93656248 (diff) | |
download | weechat-fcbf297a14b5d7f19515595ffd58276c3c2b531d.zip |
core: remove obsolete comment
Diffstat (limited to 'src')
-rw-r--r-- | src/core/wee-network.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/wee-network.c b/src/core/wee-network.c index c381d988c..0f5680285 100644 --- a/src/core/wee-network.c +++ b/src/core/wee-network.c @@ -958,7 +958,6 @@ network_connect_child_read_cb (void *arg_hook_connect, int fd) hook_fd (hook_connect->plugin, HOOK_CONNECT(hook_connect, sock), (!direction ? 1 : 0), (direction ? 1 : 0), 0, - //1, 1, 0, &network_connect_gnutls_handshake_fd_cb, hook_connect); HOOK_CONNECT(hook_connect, handshake_hook_timer) = |