From 086520f50ec75ce9aca49cc6bd324df6628453f9 Mon Sep 17 00:00:00 2001
From: "Wilson W.K. Thong" <wilsonthong@astri.org>
Date: Fri, 25 Nov 2016 18:58:21 +0800
Subject: [PATCH] clean up changes for change submission

issue #42
---
 targets/RT/USER/lte-ue.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/targets/RT/USER/lte-ue.c b/targets/RT/USER/lte-ue.c
index a35c0e59e3..3caaac7b7c 100644
--- a/targets/RT/USER/lte-ue.c
+++ b/targets/RT/USER/lte-ue.c
@@ -717,7 +717,6 @@ static void *UE_thread_rxn_txnp4(void *arg)
   while (sync_var<0)
     pthread_cond_wait(&sync_cond, &sync_mutex);
 
-#if 1 // 2016-11-23 wilson add pthread name to the logging
 #define THREAD_NAME_LEN 16
   char threadname[THREAD_NAME_LEN];
   ret = pthread_getname_np(proc->pthread_rxtx, threadname, THREAD_NAME_LEN);
@@ -726,7 +725,6 @@ static void *UE_thread_rxn_txnp4(void *arg)
    perror("pthread_getname_np : ");
    exit_fun("Error getting thread name");
   }
-#endif
 
   pthread_mutex_unlock(&sync_mutex);
   printf("unlocked sync_mutex, waiting (UE_thread_rxtx)\n");
-- 
GitLab