Skip to content

Commit a0cce40

Browse files
committed
ZJIT: Remove done TODO [ci skip]
1 parent e417f6f commit a0cce40

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

zjit/src/hir.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1485,8 +1485,6 @@ pub struct Function {
14851485
/// of entry block params after infer_types() fills Empty to all insn_types.
14861486
param_types: Vec<Type>,
14871487

1488-
// TODO: get method name and source location from the ISEQ
1489-
14901488
insns: Vec<Insn>,
14911489
union_find: std::cell::RefCell<UnionFind<InsnId>>,
14921490
insn_types: Vec<Type>,

0 commit comments

Comments
 (0)