cleaned unused variable

This commit is contained in:
ismagom 2016-04-19 22:25:26 +02:00
parent 8431873661
commit 146140ce7b
1 changed files with 0 additions and 2 deletions

View File

@ -517,8 +517,6 @@ int srslte_ue_sync_zerocopy(srslte_ue_sync_t *q, cf_t *input_buffer) {
return SRSLTE_ERROR;
}
struct timeval t[3];
switch (q->state) {
case SF_FIND:
switch(srslte_sync_find(&q->sfind, input_buffer, 0, &q->peak_idx)) {