3
0
mirror of https://github.com/Qortal/altcoinj.git synced 2025-02-13 10:45:51 +00:00

Remove no longer used variable.

This commit is contained in:
Mike Hearn 2015-09-30 17:21:39 +02:00
parent be41d84fb9
commit 9bfce1bae0

View File

@ -656,7 +656,6 @@ public abstract class AbstractBlockChain {
registration.listener.notifyNewBestBlock(newStoredBlock); registration.listener.notifyNewBestBlock(newStoredBlock);
} else { } else {
// Listener wants to be run on some other thread, so marshal it across here. // Listener wants to be run on some other thread, so marshal it across here.
final boolean notFirst = !first;
registration.executor.execute(new Runnable() { registration.executor.execute(new Runnable() {
@Override @Override
public void run() { public void run() {