Skip to content

Commit 382b3a0

Browse files
nikomatsakisbrson
authored andcommitted
---
yaml --- r: 5929 b: refs/heads/master c: 44697a4 h: refs/heads/master i: 5927: 34a6dc5 v: v3
1 parent c9f2d9f commit 382b3a0

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: e590869c8ff07a0b022369e700dc506f425dddf2
2+
refs/heads/master: 44697a4293ae083e57b49cc2afe6cf7fca71b10a

trunk/src/lib/vec.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ native "c-stack-cdecl" mod rustrt {
2121

2222
/// Reserves space for `n` elements in the given vector.
2323
fn reserve<@T>(&v: [mutable? T], n: uint) {
24-
log_err("reserve: v=", ptr::addr_of(v), " n=", n);
2524
rustrt::vec_reserve_shared(null(), sys::get_type_desc::<T>(), v, n);
2625
}
2726

0 commit comments

Comments
 (0)