From 41375a205c6b25f3ec536206bcb9cd4a2db0de2a Mon Sep 17 00:00:00 2001 From: Berthold Stoeger Date: Mon, 18 Mar 2019 14:11:07 +0100 Subject: [PATCH] Cleanup: remove unused global variables from datatrak.c lector_bytes and lector_word were used nowhere. Signed-off-by: Berthold Stoeger --- core/datatrak.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/datatrak.c b/core/datatrak.c index 74486af0d..89c555a97 100644 --- a/core/datatrak.c +++ b/core/datatrak.c @@ -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;