Cleanup: remove unused global variables from datatrak.c
lector_bytes and lector_word were used nowhere. Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
parent
450bad9d7b
commit
5c625d8116
@ -15,7 +15,7 @@
|
||||
#include "device.h"
|
||||
#include "file.h"
|
||||
|
||||
unsigned char lector_bytes[2], lector_word[4], tmp_1byte, *byte;
|
||||
unsigned char tmp_1byte, *byte;
|
||||
unsigned int tmp_2bytes;
|
||||
char is_nitrox, is_O2, is_SCR;
|
||||
unsigned long tmp_4bytes;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user