Remove obsolete comment.

This commit is contained in:
Lindsey Kuper 2012-06-20 17:55:18 -07:00
parent 1df6ddd08c
commit 39c05b4b65

View File

@ -1,8 +1,4 @@
fn main() {
// The commented-out lines are ones that fail currently. I'm
// working on figuring out why (#1425). -- lkuper
fn id_i8(n: i8) -> i8 { n }
fn id_i16(n: i16) -> i16 { n }
fn id_i32(n: i32) -> i32 { n }