1
1

This is an internal function; this error won't happen.

This commit was SVN r18406.
Этот коммит содержится в:
Jeff Squyres 2008-05-07 19:00:34 +00:00
родитель 157cea378f
Коммит e76d2dd518

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

@ -309,11 +309,6 @@ static string make_version_str(const string& scope,
str = greek;
} else if (scope == ver_svn) {
str = svn;
} else {
#if 0
show_help("ompi_info", "usage");
#endif
exit(1);
}
if (str.empty()) {