Extra removal, missed by last commit.

This commit is contained in:
Graydon Hoare 2012-03-05 16:02:38 -08:00
parent 6c87c34277
commit e400733e90

View File

@ -274,12 +274,6 @@ struct rust_fn {
void *env;
};
struct rust_obj {
rust_vtable *vtable;
void *box;
};
// Type parameters
class type_param {