Fixed pthreads compile bug with previous commit.

Details:
- Erroneously passed family parameter into l3int_t function despite
  that function not taking the parameter. Oops.
This commit is contained in:
Field G. Van Zee
2017-07-29 20:17:05 -05:00
committed by prangana
parent 95adc43d80
commit 6a9bd97295

View File

@@ -171,7 +171,6 @@ void* bli_l3_thread_entry( void* data_void )
data->func
(
family,
alpha,
a,
b,