1
1

* remove useless debugging output

This commit was SVN r9252.
Этот коммит содержится в:
Brian Barrett 2006-03-11 03:04:12 +00:00
родитель 710bca2df4
Коммит eafdfba0d4

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

@ -293,7 +293,6 @@ ompi_osc_pt2pt_component_select(ompi_win_t *win,
/* fill in window information */
win->w_osc_module = (ompi_osc_base_module_t*) module;
if (!want_locks(info)) {
opal_output(0, "disabling locks on new window");
win->w_flags |= OMPI_WIN_NO_LOCKS;
}