Remove unused var

This commit is contained in:
Ayaz Hafiz 2022-10-18 14:12:24 -05:00
parent 59dfc4ab99
commit 3f09de7052
No known key found for this signature in database
GPG key ID: 0E2A37416A25EF58
2 changed files with 1 additions and 2 deletions

View file

@ -151,7 +151,6 @@ pub(crate) const DERIVED_REGION: Region = Region::zero();
pub(crate) fn synthesize_member_impl<'a>(
env: &mut Env<'a>,
scope: &mut Scope,
opaque: Symbol,
opaque_name: &'a str,
ability_member: Symbol,
) -> (Symbol, Loc<Pattern>, &'a Loc<ast::Expr<'a>>) {