1
1

de-deprecate mca_base_param_init mca_base_param_finalize as they will be needed until the mca_base_param shim layer goes away

This commit was SVN r28248.
Этот коммит содержится в:
Nathan Hjelm 2013-03-27 22:07:23 +00:00
родитель 21ee48de57
Коммит 3b3506717e

Просмотреть файл

@ -162,7 +162,7 @@ BEGIN_C_DECLS
* invoked internally (by mca_base_open()) and is only documented
* here for completeness.
*/
OPAL_DECLSPEC int mca_base_param_init(void) __opal_attribute_deprecated__;
OPAL_DECLSPEC int mca_base_param_init(void);
/**
* Recache the MCA param files
@ -853,7 +853,7 @@ OPAL_DECLSPEC int mca_base_param_check_exclusive_string(const char *type_a,
* when the process is shutting down (e.g., during MPI_FINALIZE). It
* is only documented here for completeness.
*/
OPAL_DECLSPEC int mca_base_param_finalize(void) __opal_attribute_deprecated__;
OPAL_DECLSPEC int mca_base_param_finalize(void);
END_C_DECLS