remove unnecessary exclusion for Windows which was killing the Windows nightly build
This commit was SVN r5695.
Этот коммит содержится в:
родитель
decc74d15c
Коммит
4b60235383
@ -37,9 +37,7 @@ static void ompi_condition_destruct(ompi_condition_t *c)
|
||||
#endif
|
||||
}
|
||||
|
||||
#ifndef WIN32
|
||||
OBJ_CLASS_INSTANCE(ompi_condition_t,
|
||||
ompi_object_t,
|
||||
ompi_condition_construct,
|
||||
ompi_condition_destruct);
|
||||
#endif
|
||||
|
Загрузка…
Ссылка в новой задаче
Block a user