Skip to content

Commit

Permalink
Remove unnecessary import
Browse files Browse the repository at this point in the history
  • Loading branch information
shigoel committed Oct 8, 2024
1 parent 1b3901f commit 243d8b0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ELFSage/Util/ByteArray.lean
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import Std.Tactic.BVDecide

def ByteArray.getUInt64BEfrom (bs : ByteArray) (offset : Nat) (h: bs.size - offset ≥ 8) : UInt64 :=
(bs.get ⟨offset + 0, by omega⟩).toUInt64 <<< 0x38 |||
(bs.get ⟨offset + 1, by omega⟩).toUInt64 <<< 0x30 |||
Expand Down

0 comments on commit 243d8b0

Please sign in to comment.