diff --git a/opal/mca/btl/ugni/btl_ugni_progress_thread.c b/opal/mca/btl/ugni/btl_ugni_progress_thread.c index c5582c3bd9..952dd86b1e 100644 --- a/opal/mca/btl/ugni/btl_ugni_progress_thread.c +++ b/opal/mca/btl/ugni/btl_ugni_progress_thread.c @@ -66,12 +66,7 @@ static void *mca_btl_ugni_prog_thread_fn(void * data) thread_wakeups++; if (which == 1) fprintf(stderr,"Calling the progress function\n"); -#if 0 opal_progress(); -#endif -#if 1 - mca_btl_ugni_component.super.btl_progress(); /* TODO: probably needs to be higher up */ -#endif } }