From 1eabadb137b9c8c534cb5782ae410afa76f070e2 Mon Sep 17 00:00:00 2001
From: Robert Schmidt <robert.schmidt@eurecom.fr>
Date: Fri, 9 Feb 2018 15:47:59 +0100
Subject: [PATCH] remove unnecessary code from lte-enb.c

---
 targets/RT/USER/lte-enb.c | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/targets/RT/USER/lte-enb.c b/targets/RT/USER/lte-enb.c
index 58967612dc..5ccc99c041 100644
--- a/targets/RT/USER/lte-enb.c
+++ b/targets/RT/USER/lte-enb.c
@@ -859,15 +859,6 @@ void kill_eNB_proc(int inst) {
 	pthread_cond_destroy( &proc_rxtx[i].cond_rxtx );
       }
     }
-
-    LOG_D(PHY, "joining pthread_asynch_rxtx\n");
-    pthread_join(proc->pthread_asynch_rxtx, (void**)&status );
-    pthread_mutex_destroy(&proc->mutex_asynch_rxtx);
-    pthread_cond_destroy(&proc->cond_asynch_rxtx);
-
-    LOG_D(PHY, "joining pthread_single\n");
-    pthread_join(proc->pthread_single, (void**)&status );
-    LOG_D(PHY, "joined all eNB threads\n");
   }
 }
 
-- 
GitLab