Remove tag_name from ResetReuse

This commit is contained in:
Ayaz Hafiz 2022-07-03 15:10:00 -04:00
parent 09c3c4030d
commit 2d169bf518
No known key found for this signature in database
GPG key ID: 0E2A37416A25EF58
4 changed files with 10 additions and 27 deletions

View file

@ -1226,7 +1226,6 @@ fn expr_spec<'a>(
Call(call) => call_spec(builder, env, block, layout, call),
Reuse {
tag_layout,
tag_name: _,
tag_id,
arguments,
..