Skip to content

Commit

Permalink
Remove no longer used variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikehearn committed Sep 30, 2015
1 parent be41d84 commit 9bfce1b
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -656,7 +656,6 @@ public void run() {
registration.listener.notifyNewBestBlock(newStoredBlock);
} else {
// Listener wants to be run on some other thread, so marshal it across here.
final boolean notFirst = !first;
registration.executor.execute(new Runnable() {
@Override
public void run() {
Expand Down

0 comments on commit 9bfce1b

Please sign in to comment.