diff options
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); |