From ef0608f5df50abca7b8bab39c966f7ebc6e4990d Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Sun, 19 Jan 2025 10:55:53 -0500 Subject: [PATCH] Update codecAO40.c moved variables --- codecAO40.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/codecAO40.c b/codecAO40.c index 5674a7b6..f1646e46 100644 --- a/codecAO40.c +++ b/codecAO40.c @@ -1,12 +1,6 @@ #include #include "codecAO40.h" - unsigned char m_RS_block[RSBLOCKS][NROOTS]; /* RS parity blocks */ - unsigned char m_encoded[SYMPBLOCK] ; /* encoded symbols */ - int m_encoded_bytes; /* Byte counter for encode_data() */ - int m_ileaver_index; /* Byte counter for interleaver */ - unsigned char m_conv_sr; /* Convolutional encoder shift register state */ - /* ---------------------- */ /* AO40 Encoder - Decoder */ /* ---------------------- */