dda_lookahead.c: remove use_lookahead.
Use of this variable is gone 2013. No functional change, no binary size change.
This commit is contained in:
parent
e9b2bf45cb
commit
dc5c9656ed
|
|
@ -21,8 +21,6 @@
|
||||||
#include "pinio.h"
|
#include "pinio.h"
|
||||||
#include "memory_barrier.h"
|
#include "memory_barrier.h"
|
||||||
|
|
||||||
extern uint8_t use_lookahead;
|
|
||||||
|
|
||||||
#ifdef DEBUG
|
#ifdef DEBUG
|
||||||
// Total number of moves joined together.
|
// Total number of moves joined together.
|
||||||
uint32_t lookahead_joined = 0;
|
uint32_t lookahead_joined = 0;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue