Skip to content

Commit

Permalink
Remove SdbList as it was removed in Rizin
Browse files Browse the repository at this point in the history
  • Loading branch information
XVilka committed May 22, 2024
1 parent 3fc9aed commit c3d47a5
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/bindings.py
Original file line number Diff line number Diff line change
Expand Up @@ -416,14 +416,6 @@ def bind_sdb(sdb_h: Header) -> None:
Class(sdb_h, typedef="Sdb", ignore_fields={"db", "m"})


@threaded_header("sdb/ls.h")
def bind_ls(ls_h: Header) -> None:
"""
ls
"""
Class(ls_h, typedef="SdbList")


@threaded_header("rz_util/ht_pp.h")
def bind_ht_pp(ht_pp_h: Header) -> None:
"""
Expand Down

0 comments on commit c3d47a5

Please sign in to comment.