diff --git a/codegen/dbl_list/make_dbl_list.py b/codegen/dbl_list/make_dbl_list.py index 636344a..05d54bd 100644 --- a/codegen/dbl_list/make_dbl_list.py +++ b/codegen/dbl_list/make_dbl_list.py @@ -71,12 +71,6 @@ def make_dbl_list(user_datatypes: Dict[CDataType, DblListData] = {}): list_typename="VoidPList", ) continue - elif _type == CType.BOOL: - datatypes[_type.value] = DblListData( - node_typename="BoolNode", - list_typename="BoolList", - ) - continue type_title = _type.value.title() datatypes[_type.value] = DblListData(