Skip to content

Commit e400733

Browse files
committed
Extra removal, missed by last commit.
1 parent 6c87c34 commit e400733

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/rt/rust_shape.h

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -274,12 +274,6 @@ struct rust_fn {
274274
void *env;
275275
};
276276

277-
struct rust_obj {
278-
rust_vtable *vtable;
279-
void *box;
280-
};
281-
282-
283277
// Type parameters
284278

285279
class type_param {

0 commit comments

Comments
 (0)