purge log_err
This commit is contained in:
parent
e590869c8f
commit
44697a4293
1 changed files with 0 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue