Remove tag_name from Expr::Tag

This commit is contained in:
Ayaz Hafiz 2022-07-03 15:12:51 -04:00
parent 2d169bf518
commit 2726a3506f
No known key found for this signature in database
GPG key ID: 0E2A37416A25EF58
30 changed files with 70 additions and 86 deletions

View file

@ -97,7 +97,6 @@ fn function_s<'a, 'i>(
Expr::Tag {
tag_layout,
tag_id,
tag_name: _,
arguments,
} if may_reuse(*tag_layout, *tag_id, c) => {
// for now, always overwrite the tag ID just to be sure