diff options
author | Julien Chaffraix <julien.chaffraix@gmail.com> | 2011-02-25 20:37:54 -0800 |
---|---|---|
committer | Julien Chaffraix <julien.chaffraix@gmail.com> | 2011-02-25 20:54:39 -0800 |
commit | 5719e5616805b246128f68bb282b941af949268e (patch) | |
tree | 5ef8e352582dca3c326783755c3cfa5765b49255 /lib | |
parent | d7846237a441985feb8214d0ffa5bb49590855d2 (diff) |
http: removed wrong unused comment.
|premature| is used in Curl_http_done.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/http.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/http.c b/lib/http.c index 78f6ef1f8..121b7b2a9 100644 --- a/lib/http.c +++ b/lib/http.c @@ -1873,7 +1873,6 @@ CURLcode Curl_http_done(struct connectdata *conn, { struct SessionHandle *data = conn->data; struct HTTP *http =data->state.proto.http; - (void)premature; /* not used */ Curl_unencode_cleanup(conn); |