diff --git a/src/target/firmware/comm/msgb.c b/src/target/firmware/comm/msgb.c index 3524ba588..08f5acbdf 100644 --- a/src/target/firmware/comm/msgb.c +++ b/src/target/firmware/comm/msgb.c @@ -32,8 +32,6 @@ #define NO_TALLOC -void *tall_msgb_ctx; - #ifdef NO_TALLOC /* This is a poor mans static allocator for msgb objects */ #define MSGB_DATA_SIZE 256+4 diff --git a/src/target/firmware/layer1/prim_freq.c b/src/target/firmware/layer1/prim_freq.c index 01f39d486..d5b5df150 100644 --- a/src/target/firmware/layer1/prim_freq.c +++ b/src/target/firmware/layer1/prim_freq.c @@ -49,11 +49,6 @@ #include -struct { - uint32_t fn; - uint16_t band_arfcn; -} last_rach; - /* if the "starting time" is reached, use frequencies "after time" */ static int l1s_freq_cmd(__unused uint8_t p1, __unused uint8_t p2, __unused uint16_t p3) {