diff options
author | Yang Tse <yangsita@gmail.com> | 2008-10-30 15:13:22 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2008-10-30 15:13:22 +0000 |
commit | 005bf19acf3c3fa15bc7e06ffa446a780bff9a66 (patch) | |
tree | d20950babeab9aed30dd7b8794e8305a1258227d /lib | |
parent | 91c77808c4b3efe43fd0a31233e8de862d5a4e6f (diff) |
remove bogus comment
Diffstat (limited to 'lib')
-rw-r--r-- | lib/curl_addrinfo.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/curl_addrinfo.c b/lib/curl_addrinfo.c index 75c36dceb..ce6780c4c 100644 --- a/lib/curl_addrinfo.c +++ b/lib/curl_addrinfo.c @@ -322,7 +322,6 @@ Curl_he2ai(const struct hostent *he, int port) } if(result != CURLE_OK) { - /* Use parenthesis to prevent memdebug from replacing this */ Curl_freeaddrinfo(firstai); firstai = NULL; } |