Merge pull request #2819 from rtfeldman/zero-arg-tag

Drop unused `arguments` field from `ZeroArgumentTag`
This commit is contained in:
Folkert de Vries 2022-04-10 15:18:03 +02:00 committed by GitHub
commit 7675e0232b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 9 additions and 36 deletions

View file

@ -3440,7 +3440,6 @@ pub fn with_hole<'a>(
ZeroArgumentTag {
variant_var,
name: tag_name,
arguments: args,
ext_var,
closure_name,
} => {
@ -3474,7 +3473,7 @@ pub fn with_hole<'a>(
tag_name,
procs,
layout_cache,
args,
std::vec::Vec::new(),
arena,
)
}