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
9177e0a44b
commit
41375a205c
@ -16,7 +16,7 @@
|
||||
#include "file.h"
|
||||
#include "ssrf.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