From 8d233afef29c6a0300bc12e27a73d1b6c3c26d3c Mon Sep 17 00:00:00 2001 From: Anton Kochkov Date: Wed, 22 May 2024 22:48:05 +0800 Subject: [PATCH] Remove SdbList as it was removed in Rizin (#64) --- src/bindings.py | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/bindings.py b/src/bindings.py index 9926204..93fd388 100644 --- a/src/bindings.py +++ b/src/bindings.py @@ -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: """