From f77257d931e07b032174948e7984c334f3832e5a Mon Sep 17 00:00:00 2001 From: Jeff Squyres Date: Mon, 12 Apr 2010 20:50:23 +0000 Subject: [PATCH] These don't belong in this file. This commit was SVN r22956. --- opal/mca/base/base.h | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/opal/mca/base/base.h b/opal/mca/base/base.h index 8a889c82be..c9c01fede7 100644 --- a/opal/mca/base/base.h +++ b/opal/mca/base/base.h @@ -163,17 +163,6 @@ OPAL_DECLSPEC int mca_base_components_open(const char *type_name, int output_id, OPAL_DECLSPEC int mca_base_components_close(int output_id, opal_list_t *components_available, const mca_base_component_t *skip); -#if 0 -/* JMS Not implemented yet */ -int mca_base_init_callback(mca_base_init_cb_t func); -int mca_base_init_callbacks_invoke(void); -int mca_base_component_select(int requested); - -int mca_base_param_associate(int index, int keyval); -int mca_base_param_lookup_int(int index, MPI_Comm comm); -char *mca_base_param_lookup_string(int index, MPI_Comm comm); -#endif - END_C_DECLS #endif /* MCA_BASE_H */