mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Remove unused code from net and net_traits crates
This commit is contained in:
parent
8dc7a25893
commit
fe58aca75d
9 changed files with 0 additions and 259 deletions
|
@ -48,11 +48,6 @@ impl CacheKey {
|
|||
url: servo_url.clone(),
|
||||
}
|
||||
}
|
||||
|
||||
/// Retrieve the URL associated with this key
|
||||
pub fn url(&self) -> ServoUrl {
|
||||
self.url.clone()
|
||||
}
|
||||
}
|
||||
|
||||
/// A complete cached resource.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue