From 56f48357b36ba2116acaf66b8144d97e970385dc Mon Sep 17 00:00:00 2001 From: Brian Barrett Date: Mon, 1 May 2006 20:03:03 +0000 Subject: [PATCH] * don't try to register callback at init time (will do at window creation time anyway), so that we can run without ob1 This commit was SVN r9785. --- ompi/mca/osc/pt2pt/osc_pt2pt_component.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/ompi/mca/osc/pt2pt/osc_pt2pt_component.c b/ompi/mca/osc/pt2pt/osc_pt2pt_component.c index 3ed30d4b42..702ee4518c 100644 --- a/ompi/mca/osc/pt2pt/osc_pt2pt_component.c +++ b/ompi/mca/osc/pt2pt/osc_pt2pt_component.c @@ -191,10 +191,6 @@ ompi_osc_pt2pt_component_init(bool enable_progress_threads, OBJ_CLASS(ompi_osc_pt2pt_longreq_t), 1, -1, 1); - ret = mca_bml.bml_register(MCA_BTL_TAG_OSC_PT2PT, - ompi_osc_pt2pt_component_fragment_cb, - NULL); - return ret; }