Remove unused function
This commit was SVN r5015.
Этот коммит содержится в:
родитель
cdd2808d89
Коммит
718dd96e6c
@ -76,17 +76,6 @@ static int orte_ras_host_param_register_int(
|
||||
}
|
||||
|
||||
|
||||
static char* orte_ras_host_param_register_string(
|
||||
const char* param_name,
|
||||
const char* default_value)
|
||||
{
|
||||
char *param_value;
|
||||
int id = mca_base_param_register_string("ras","host",param_name,NULL,default_value);
|
||||
mca_base_param_lookup_string(id, ¶m_value);
|
||||
return param_value;
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* component open/close/init function
|
||||
*/
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user