Skip to content

Commit

Permalink
chore: remove unused function.
Browse files Browse the repository at this point in the history
  • Loading branch information
plusvic committed Oct 30, 2024
1 parent 86f1dd7 commit 8917e35
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions lib/src/compiler/ir/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -324,12 +324,6 @@ pub(crate) enum Error {

pub(crate) struct ExprHashes(Vec<u64>);

impl ExprHashes {
pub fn new(hashes: Vec<u64>) -> Self {
Self(hashes)
}
}

impl Index<ExprId> for ExprHashes {
type Output = u64;

Expand Down

0 comments on commit 8917e35

Please # to comment.