mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Kill some commented-out code
This commit is contained in:
parent
5313e00e3a
commit
e6cc88e5a2
1 changed files with 0 additions and 5 deletions
|
@ -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 {
|
fn is_null_body_status(status: &Option<StatusCode>) -> bool {
|
||||||
match *status {
|
match *status {
|
||||||
Some(status) => match status {
|
Some(status) => match status {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue