From 41b2f4e443c687f56e2937680a6db4e5eedf3738 Mon Sep 17 00:00:00 2001 From: Jeff Squyres Date: Fri, 30 Jan 2004 22:55:48 +0000 Subject: [PATCH] PTL list is now owned by the ptl base This commit was SVN r614. --- src/mca/mpi/base/mca_mpi_init_select_modules.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/mca/mpi/base/mca_mpi_init_select_modules.c b/src/mca/mpi/base/mca_mpi_init_select_modules.c index 1525e9129f..b10c3ad4e0 100644 --- a/src/mca/mpi/base/mca_mpi_init_select_modules.c +++ b/src/mca/mpi/base/mca_mpi_init_select_modules.c @@ -42,7 +42,6 @@ int mca_mpi_init_select_modules(int requested, int *provided) return LAM_ERROR; } - lam_list_init(&ptls); if (LAM_SUCCESS != mca_ptl_base_select(&ptls)) { return LAM_ERROR; } @@ -61,11 +60,7 @@ int mca_mpi_init_select_modules(int requested, int *provided) /* Tell the selected pml module about all the selected ptl modules */ -#if TIM_HASNT_IMPLEMENTED_THIS_YET mca_pml.pml_add_ptls(&ptls); -#else - mca_pml.pml_add_ptls(NULL, 0); -#endif /* All done */