From 163283f77f56523ca1778270ec4fb3e7aeac4f89 Mon Sep 17 00:00:00 2001 From: Abdelrahman Date: Sun, 4 May 2025 22:20:38 +0100 Subject: [PATCH] Remove unnecessary separate handling for bool type --- codegen/dbl_list/make_dbl_list.py | 6 ------ 1 file changed, 6 deletions(-) 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(