Skip to content

Commit 67cb641

Browse files
committed
Remove parse_specs check that prevents handles in structs.
1 parent 0ac7cb4 commit 67cb641

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

scripts/parse_specs.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -314,9 +314,6 @@ def __validate_members(d, tags, meta):
314314
if not annotation:
315315
raise Exception(prefix+"'desc' must start with {'[in]', '[out]', '[in,out]'}")
316316

317-
if type_traits.is_handle(item['type']):
318-
raise Exception(prefix+"'type' must not be '*_handle_t': %s"%item['type'])
319-
320317
if item['type'].endswith("flag_t"):
321318
raise Exception(prefix+"'type' must not be '*_flag_t': %s"%item['type'])
322319

0 commit comments

Comments
 (0)