Skip to content

Commit

Permalink
style: fix linter error
Browse files Browse the repository at this point in the history
  • Loading branch information
lars-reimann committed Oct 1, 2023
1 parent 7454bd2 commit 149cdb0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/language/scoping/safe-ds-scope-provider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,6 @@ export class SafeDsScopeProvider extends DefaultScopeProvider {
return this.createScopeForNodes(enumVariantsOrEmpty(declaration));
}

const type = this.typeComputer.computeType(node.receiver);

// // Call results
// var resultScope = IScope.NULLSCOPE
// if (receiver is SdsCall) {
Expand Down

0 comments on commit 149cdb0

Please sign in to comment.