mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-02-13 02:35:52 +00:00
Remove no longer used variable.
This commit is contained in:
parent
be41d84fb9
commit
9bfce1bae0
@ -656,7 +656,6 @@ public abstract class AbstractBlockChain {
|
||||
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() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user