Skip to content

Commit 2b5c9f2

Browse files
committed
---
yaml --- r: 42187 b: refs/heads/master c: c95c7c8 h: refs/heads/master i: 42185: 0bd0d52 42183: 4e34942 v: v3
1 parent 7d68ceb commit 2b5c9f2

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: 71478f9ce3b5a7b3ef8cee9f9b2c77ff21e1ae9f
2+
refs/heads/master: c95c7c87b1c5e388575b5abc3c28007fc785bee3
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 2f46b763da2c098913884f101b6d71d69af41b49
55
refs/heads/try: 3d5418789064fdb463e872a4e651af1c628a3650

trunk/src/libcore/dvec.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,10 +180,8 @@ impl<A> DVec<A> {
180180
data <-> self.data;
181181
let data_ptr: *() = cast::reinterpret_cast(&data);
182182
if data_ptr.is_null() { fail ~"Recursive use of dvec"; }
183-
log(error, ~"a");
184183
self.data = move ~[move t];
185184
self.data.push_all_move(move data);
186-
log(error, ~"b");
187185
}
188186
}
189187

0 commit comments

Comments
 (0)