Skip to content

Commit 4e66bb4

Browse files
authored
Merge pull request open-mpi#9958 from hppritcha/topic/swat_a_bug_from_pr9097
don't add ref to attr subsys twice
2 parents 8abb7d1 + 0006623 commit 4e66bb4

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

ompi/datatype/ompi_datatype_module.c

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -686,12 +686,6 @@ int32_t ompi_datatype_init( void )
686686

687687
ompi_datatype_default_convertors_init();
688688

689-
/* get a reference to the attributes subsys */
690-
ret = ompi_attr_get_ref();
691-
if (OMPI_SUCCESS != ret) {
692-
return ret;
693-
}
694-
695689
ompi_mpi_instance_append_finalize (ompi_datatype_finalize);
696690
return OMPI_SUCCESS;
697691
}

0 commit comments

Comments
 (0)