Kill some commented-out code

This commit is contained in:
Anthony Ramine 2017-04-05 15:01:31 +02:00
parent 5313e00e3a
commit e6cc88e5a2

View file

@ -490,11 +490,6 @@ pub fn is_simple_method(m: &Method) -> bool {
}
}
// fn modify_request_headers(headers: &mut Headers) -> {
// // TODO this function
// }
fn is_null_body_status(status: &Option<StatusCode>) -> bool {
match *status {
Some(status) => match status {