Getting rid of obsolete comments.

This commit is contained in:
Lindsey Kuper 2011-07-22 13:10:44 -07:00
parent 898083f8fc
commit fefeebce24
1 changed files with 0 additions and 3 deletions

View File

@ -13,9 +13,6 @@ fn main() {
auto my_a = a();
// Extending an object with a new method that contains a simple
// self-call. Adding support for this is issue #540.
auto my_b = obj {
fn baz() -> int {
ret self.foo();