mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-03 00:24:34 +00:00
Remove unused var
This commit is contained in:
parent
59dfc4ab99
commit
3f09de7052
2 changed files with 1 additions and 2 deletions
|
@ -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>>) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue