mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Remove double linking of static libs from task_info and azure
This commit is contained in:
parent
83d2a11d86
commit
96d8fee731
2 changed files with 3 additions and 4 deletions
6
components/servo/Cargo.lock
generated
6
components/servo/Cargo.lock
generated
|
@ -49,7 +49,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|||
|
||||
[[package]]
|
||||
name = "aster"
|
||||
version = "0.3.2"
|
||||
version = "0.3.3"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
|
||||
[[package]]
|
||||
|
@ -1060,7 +1060,7 @@ name = "quasi_codegen"
|
|||
version = "0.3.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
dependencies = [
|
||||
"aster 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"aster 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
@ -1202,7 +1202,7 @@ name = "serde_codegen"
|
|||
version = "0.4.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
dependencies = [
|
||||
"aster 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"aster 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"quasi 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"quasi_macros 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
]
|
||||
|
|
|
@ -30,7 +30,6 @@ pub fn resident_size() -> Option<usize> {
|
|||
if rv == 0 { Some(resident_size as usize) } else { None }
|
||||
}
|
||||
|
||||
#[link(name = "task_info", kind = "static")]
|
||||
extern {
|
||||
fn TaskBasicInfoVirtualSize(virtual_size: *mut size_t) -> c_int;
|
||||
fn TaskBasicInfoResidentSize(resident_size: *mut size_t) -> c_int;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue