1
1

Remove unused variable, and therefore silence a compiler warning.

This commit was SVN r10673.
Этот коммит содержится в:
Jeff Squyres 2006-07-06 10:44:04 +00:00
родитель e05ec69dc4
Коммит 3d5d0959fa

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

@ -300,7 +300,6 @@ pls_tm_launch(orte_jobid_t jobid)
orte_ras_node_t* node = rmaps_node->node;
orte_process_name_t* name;
char* name_string;
size_t num_processes = 0;
/* already launched on this node */
if (0 != node->node_launched++) {