Skip to content

Commit

Permalink
Remove dead code
Browse files Browse the repository at this point in the history
Could not find any references to `genericAccessTarget`.
  • Loading branch information
fniephaus authored and smarr committed Oct 30, 2018
1 parent 43e76e1 commit 6d685d8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/som/compiler/MixinDefinition.java
Original file line number Diff line number Diff line change
Expand Up @@ -551,8 +551,6 @@ public static class SlotDefinition implements Dispatchable {
private final boolean immutable;
protected final SourceSection source;

@CompilationFinal protected CallTarget genericAccessTarget;

public SlotDefinition(final SSymbol name,
final AccessModifier acccessModifier, final boolean immutable,
final SourceSection source) {
Expand Down

0 comments on commit 6d685d8

Please sign in to comment.