Skip to content

Commit a2660fa

Browse files
committed
---
yaml --- r: 4621 b: refs/heads/master c: abf41e1 h: refs/heads/master i: 4619: 456d46d v: v3
1 parent 5364e22 commit a2660fa

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,2 +1,2 @@
11
---
2-
refs/heads/master: 13439dc87054bdcbdbe118f375e5addf5dcd78c8
2+
refs/heads/master: abf41e15ead7bcf4a4faff86b1f9dd2a07a64ef6

trunk/src/lib/dbg.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ native "rust" mod rustrt {
2222
fn debug_trap(msg: str);
2323
}
2424

25-
fn debug_vec[T](v: vec[T]) { vec::print_debug_info[T](v); }
26-
2725
fn debug_tydesc[T]() { rustrt::debug_tydesc[T](); }
2826

2927
fn debug_opaque[T](x: &T) { rustrt::debug_opaque[T](x); }

0 commit comments

Comments
 (0)