Remove dead comment.

This commit is contained in:
Christopher Wood 2021-04-26 13:08:54 -07:00
parent 05a60818ce
commit 25a9c285db

View file

@ -142,7 +142,6 @@ impl DoH {
}
}
// #[cfg(feature = "odoh")]
async fn serve_odoh_post(&self, req:Request<Body>) -> Result<Response<Body>, http::Error> {
let query_body = match self.read_body(req.into_body()).await {
Ok(q) => q,