Skip to content

Commit

Permalink
Fix left-over assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
mlchung committed Oct 8, 2021
1 parent 49029aa commit 86d34f4
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,6 @@ private int nextRnd() {
public void setup() {
a = nextRnd();
b = nextRnd();
c = nextRnd();
o = new Object();
instance = new NestedInstance();

Expand Down Expand Up @@ -507,4 +506,4 @@ public Object constructorPoly() {
throw new AssertionError(e);
}
}
}
}

0 comments on commit 86d34f4

Please sign in to comment.