1
1

Remove unused (and deprecated) 3rd argument to main

This commit was SVN r5830.
Этот коммит содержится в:
Jeff Squyres 2005-05-23 21:02:39 +00:00
родитель 8caf321317
Коммит 913c0d2f87

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

@ -211,7 +211,7 @@ static int parse_appfile(char *filename, char ***env);
static void job_state_callback(orte_jobid_t jobid, orte_proc_state_t state);
int main(int argc, char *argv[], char* env[])
int main(int argc, char *argv[])
{
orte_app_context_t **apps;
int rc, i, num_apps, j;