Skip to content
Snippets Groups Projects
Commit 36f6f6f4 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

http2: remove dead code

Leftovers from when we removed the private socket hash.

Coverity CID 1317365, "Logically dead code"
parent a7853479
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment