Skip to content

Commit

Permalink
Remove unused functions from rust runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
paulcadman committed Aug 1, 2024
1 parent 9d988bc commit 219c43b
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions runtime/rust/juvix/src/defs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,3 @@ pub fn word_to_bool(x: Word) -> bool {
true
}
}

pub fn uint8_to_int(x : Word) -> Word {
x
}

pub fn int_to_uint8(x : Word) -> Word {
x
}

0 comments on commit 219c43b

Please sign in to comment.