mirror of
https://github.com/curl/curl.git
synced 2026-05-15 15:36:22 +03:00
http2: remove dead code
Leftovers from when we removed the private socket hash. Coverity CID 1317365, "Logically dead code"
This commit is contained in:
parent
a78534794e
commit
36f6f6f4f2
1 changed files with 0 additions and 5 deletions
|
|
@ -904,11 +904,6 @@ CURLcode Curl_http2_init(struct connectdata *conn)
|
|||
failf(conn->data, "Couldn't initialize nghttp2!");
|
||||
return CURLE_OUT_OF_MEMORY; /* most likely at least */
|
||||
}
|
||||
|
||||
if(rc) {
|
||||
failf(conn->data, "Couldn't init stream hash!");
|
||||
return CURLE_OUT_OF_MEMORY; /* most likely at least */
|
||||
}
|
||||
}
|
||||
return CURLE_OK;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue