1
1

Remove an errant printf that was causing non-fatal errors to be

displayed (e.g., when deleting files that should have been silently
ignored if they didn't exist).

This commit was SVN r19071.
Этот коммит содержится в:
Jeff Squyres 2008-07-28 22:11:31 +00:00
родитель c93f1d8c5e
Коммит a7c79558ad

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

@ -35,7 +35,6 @@ int MPIO_Err_create_code(int lastcode, int fatal, const char fcname[],
vsnprintf(&buf[idx], 1023 - idx, specific_msg, Argp);
va_end(Argp);
}
FPRINTF(stderr, "%s", buf);
ADIOI_Free(buf);
}