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 450bad9d7b
commit 5c625d8116

View file

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