remove type_bit_field_size accident

This commit is contained in:
jakubtomsu
2026-03-23 17:18:01 +01:00
parent b1d9db7b15
commit 7053e6720f

View File

@@ -208,8 +208,6 @@ type_field_type :: proc($T: typeid, $name: string) -> typeid ---
type_field_bit_size :: proc($T: typeid, $name: string) -> int where type_is_bit_field(T) ---
type_field_bit_offset :: proc($T: typeid, $name: string) -> int where type_is_bit_field(T) ---
type_bit_field_size :: proc($T: typeid, $name: string) -> typeid ---
type_proc_parameter_count :: proc($T: typeid) -> int where type_is_proc(T) ---
type_proc_return_count :: proc($T: typeid) -> int where type_is_proc(T) ---