diff options
Diffstat (limited to 'libbindgen/src')
-rw-r--r-- | libbindgen/src/ir/item.rs | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libbindgen/src/ir/item.rs b/libbindgen/src/ir/item.rs index 32e3c4c5..d96936ad 100644 --- a/libbindgen/src/ir/item.rs +++ b/libbindgen/src/ir/item.rs @@ -556,10 +556,6 @@ impl Item { TypeKind::TemplateAlias(inner, _) if for_name_checking => { item = ctx.resolve_item(inner); - assert_eq!(item.id(), - item.name_target(ctx, - for_name_checking)); - return item.id(); } _ => return item.id(), } |