This commit is contained in:
J.Teeuwissen 2023-04-06 10:41:05 +02:00
parent d806ddd190
commit 4f3f3caff3
No known key found for this signature in database
GPG key ID: DB5F7A1ED8D478AD
2 changed files with 0 additions and 6 deletions

View file

@ -184,7 +184,6 @@ impl<'a> CodeGenHelp<'a> {
(expr, ctx.new_linker_data)
}
// TODO update to not decrement children.
pub fn call_resetref_refcount(
&mut self,
ident_ids: &mut IdentIds,
@ -416,7 +415,6 @@ impl<'a> CodeGenHelp<'a> {
closure_data_layout: None,
ret_layout,
is_self_recursive: SelfRecursive::NotSelfRecursive,
// must_own_arguments: false,
host_exposed_layouts: HostExposedLayouts::NotHostExposed,
});