Skip to content

Commit 0006623

Browse files
committed
don't add ref to attr subsys twice
looks like there may have been a rebase mess up at some point. related to #9097 Signed-off-by: Howard Pritchard <howardp@lanl.gov>
1 parent 7291361 commit 0006623

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)