Commit 9cc24478 authored by Mikel Irazabal's avatar Mikel Irazabal Committed by mir

Warning pin_thread_to_core unused treatead as error. Commenting the code

parent 37a03a22
...@@ -37,7 +37,7 @@ int64_t time_now_us(void) ...@@ -37,7 +37,7 @@ int64_t time_now_us(void)
return micros; return micros;
} }
*/ */
/*
static static
void pin_thread_to_core(int core_num) void pin_thread_to_core(int core_num)
{ {
...@@ -48,7 +48,7 @@ void pin_thread_to_core(int core_num) ...@@ -48,7 +48,7 @@ void pin_thread_to_core(int core_num)
assert(ret != -1); assert(ret != -1);
printf("Pining into core %d id %ld \n", core_num, pthread_self()); printf("Pining into core %d id %ld \n", core_num, pthread_self());
} }
*/
////////////////////////////// //////////////////////////////
////////////////////////////// //////////////////////////////
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment