Skip to content

Commit 93dd68f

Browse files
committed
Remove now unnecessary FIXME
We trace all things in the vtable via tracing the base types.
1 parent 5c70309 commit 93dd68f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/ir/comp.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -960,7 +960,5 @@ impl TypeCollector for CompInfo {
960960
for method in self.methods() {
961961
types.insert(method.signature);
962962
}
963-
964-
// FIXME(emilio): VTable?
965963
}
966964
}

0 commit comments

Comments
 (0)