mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-12 20:16:49 +00:00
purge log_err
This commit is contained in:
parent
e590869c8f
commit
44697a4293
@ -21,7 +21,6 @@ native "c-stack-cdecl" mod rustrt {
|
||||
|
||||
/// Reserves space for `n` elements in the given vector.
|
||||
fn reserve<@T>(&v: [mutable? T], n: uint) {
|
||||
log_err("reserve: v=", ptr::addr_of(v), " n=", n);
|
||||
rustrt::vec_reserve_shared(null(), sys::get_type_desc::<T>(), v, n);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user