1
1

- Get rid of "set but never used" warning

This commit was SVN r14763.
Этот коммит содержится в:
Rainer Keller 2007-05-24 19:07:45 +00:00
родитель c8668ef83f
Коммит ff3cfc0011

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

@ -675,13 +675,10 @@ int orte_rmaps_base_get_mapping_plan(orte_jobid_t job, opal_list_t *attr_list)
ORTE_RMAPS_BOOKMARK,
NULL
};
orte_std_cntr_t num_attrs_defd;
char **tokens;
OPAL_TRACE(2);
num_attrs_defd = sizeof(attrs)/sizeof(char*);
/* setup the tokens to point to this job's container */
if (ORTE_SUCCESS != (rc = orte_schema.get_job_tokens(&tokens, &num_tokens, job))) {
ORTE_ERROR_LOG(rc);