Skip to content

Commit

Permalink
Kill dead comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
vext01 committed Feb 21, 2024
1 parent ec2adf9 commit 3eb9bac
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions ykrt/src/compile/jitc_yk/jit_ir.rs
Original file line number Diff line number Diff line change
Expand Up @@ -100,12 +100,6 @@ macro_rules! index_16bit {
}
}

// impl From<usize> for $struct {
// fn from(idx: usize) -> Self {
// Self(idx)
// }
// }

impl From<$struct> for usize {
fn from(s: $struct) -> usize {
s.0.into()
Expand Down

0 comments on commit 3eb9bac

Please sign in to comment.