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:
Wurstnase 2016-08-10 14:58:40 +02:00 committed by Markus Hitter
parent e9b2bf45cb
commit dc5c9656ed
1 changed files with 0 additions and 2 deletions

View File

@ -21,8 +21,6 @@
#include "pinio.h"
#include "memory_barrier.h"
extern uint8_t use_lookahead;
#ifdef DEBUG
// Total number of moves joined together.
uint32_t lookahead_joined = 0;