mirror of
https://github.com/servo/servo.git
synced 2025-06-24 17:14:33 +01: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
|
@ -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