Explorar o código

[Pal/Linux-SGX] Remove "unmap TCS..." output message

Dmitrii Kuvaiskii %!s(int64=6) %!d(string=hai) anos
pai
achega
d5e477fa47
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      Pal/src/host/Linux-SGX/sgx_thread.c

+ 0 - 1
Pal/src/host/Linux-SGX/sgx_thread.c

@@ -59,7 +59,6 @@ bool unmap_tcs(void) {
     struct thread_map * map = &enclave_thread_map[index];
 
     assert(index < enclave_thread_num);
-    SGX_DBG(DBG_I, "unmap TCS at %p\n", map->tcs);
 
     pthread_mutex_lock(&tcs_lock);
     current_tcs = NULL;