diff --git a/op25/gr-op25_repeater/lib/p25p2_tdma.cc b/op25/gr-op25_repeater/lib/p25p2_tdma.cc index b9211c99..88aff51f 100644 --- a/op25/gr-op25_repeater/lib/p25p2_tdma.cc +++ b/op25/gr-op25_repeater/lib/p25p2_tdma.cc @@ -105,7 +105,6 @@ bool p25p2_tdma::rx_sym(uint8_t sym) void p25p2_tdma::set_slotid(int slotid) { - memset(tdma_xormask, 0, SUPERFRAME_SIZE); assert (slotid == 0 || slotid == 1); d_slotid = slotid; }