Skip to content

Commit

Permalink
remove unused imports in byte reversal benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
Arkenan committed Jul 15, 2024
1 parent 31ffaf3 commit 218de0e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions bench/byte_reversal.exs
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
import Bitwise
alias LambdaEthereumConsensus.Utils.BitVector

reverse_number = fn bits ->
bitsize = bit_size(bits)
<<num::integer-little-size(bitsize)>> = bits
Expand Down

0 comments on commit 218de0e

Please sign in to comment.