diff --git a/aquatic_http_protocol/src/response.rs b/aquatic_http_protocol/src/response.rs index f7576f9..46c8a24 100644 --- a/aquatic_http_protocol/src/response.rs +++ b/aquatic_http_protocol/src/response.rs @@ -187,10 +187,6 @@ impl Response { Response::Scrape(r) => r.to_bytes(), } } - - pub fn from_bytes(bytes: &[u8]) -> anyhow::Result { - unimplemented!() - } }