From 270f482feaf178bfb2f7f22d94adbb54a1f74fc6 Mon Sep 17 00:00:00 2001 From: Jeff Squyres Date: Tue, 16 Sep 2008 13:02:10 +0000 Subject: [PATCH] Addendum to r19561: also remove a comment that is no longer true and some code that is commented out. This commit was SVN r19564. The following SVN revision numbers were found above: r19561 --> open-mpi/ompi@17e65369bef245c054769c7b63e7ffd16551c3ba --- ompi/mca/pml/ob1/pml_ob1_component.c | 7 ------- 1 file changed, 7 deletions(-) diff --git a/ompi/mca/pml/ob1/pml_ob1_component.c b/ompi/mca/pml/ob1/pml_ob1_component.c index ca352d8285..bfaaf7327c 100644 --- a/ompi/mca/pml/ob1/pml_ob1_component.c +++ b/ompi/mca/pml/ob1/pml_ob1_component.c @@ -176,13 +176,6 @@ mca_pml_ob1_component_init( int* priority, mca_pml_ob1.leave_pinned = ompi_mpi_leave_pinned; mca_pml_ob1.leave_pinned_pipeline = (int) ompi_mpi_leave_pinned_pipeline; - /* As our own progress function does nothing except calling the BML - * progress, let's modify the progress function pointer in our structure - * to avoid useless functions calls. The event library will instead call - * directly the BML function. - */ - /*mca_pml_ob1.super.pml_progress = mca_bml.bml_progress;*/ - return &mca_pml_ob1.super; }