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:
Berthold Stoeger 2019-03-18 14:11:07 +01:00 committed by Dirk Hohndel
parent 9177e0a44b
commit 41375a205c

View file

@ -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;