Remove double linking of static libs from task_info and azure

This commit is contained in:
Lars Bergstrom 2015-07-14 12:25:43 -05:00 committed by Simon Sapin
parent 83d2a11d86
commit 96d8fee731
2 changed files with 3 additions and 4 deletions

View file

@ -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;