Skip to content

Commit

Permalink
remove dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
tserg committed Dec 4, 2024
1 parent 8a46ebc commit 0306cc8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/functional/codegen/types/numbers/test_unsigned_ints.py
Original file line number Diff line number Diff line change
Expand Up @@ -223,10 +223,6 @@ def test() -> {typ}:
return o
"""

def _to_hex_int(v):
n_nibbles = typ.bits // 4
return "0x" + hex(v)[2:].rjust(n_nibbles, "0")

for val in good_cases:
input_val = val
if is_hex_int:
Expand Down

0 comments on commit 0306cc8

Please sign in to comment.