mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
Remove net::uri in favor of std::net::url
This commit is contained in:
parent
a92de77791
commit
c64c17fac3
2 changed files with 0 additions and 17 deletions
|
@ -1,13 +0,0 @@
|
||||||
export uri, build_uri;
|
|
||||||
|
|
||||||
type uri = {
|
|
||||||
spec: ~str,
|
|
||||||
scheme: ~str,
|
|
||||||
host: option<~str>,
|
|
||||||
port: option<uint>,
|
|
||||||
path: ~str
|
|
||||||
};
|
|
||||||
|
|
||||||
fn build_uri(_spec: ~str) -> uri {
|
|
||||||
fail
|
|
||||||
}
|
|
|
@ -107,10 +107,6 @@ mod util {
|
||||||
mod content {
|
mod content {
|
||||||
}
|
}
|
||||||
|
|
||||||
mod net {
|
|
||||||
mod uri;
|
|
||||||
}
|
|
||||||
|
|
||||||
mod opts;
|
mod opts;
|
||||||
mod engine;
|
mod engine;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue