Remove bogus comment

This commit is contained in:
Brian Anderson 2012-09-21 21:55:56 -07:00
parent b10e575217
commit 655f7f844c

View file

@ -7,6 +7,5 @@ fn main() {
fn eat(
+a: ~int
) {
// Prevent this from being optimized to nothing
eat(move a)
}