1
1

Fix typo covered by enable-heterogeneous

This commit was SVN r31567.
This commit is contained in:
Ralph Castain 2014-04-30 15:41:58 +00:00
parent 314676363e
commit e72af03e60

View File

@ -794,7 +794,6 @@ ompi_proc_unpack(opal_buffer_t* buf,
rc = opal_dstore.fetch(opal_dstore_peer,
(opal_identifier_t*)&new_name,
"OMPI_ARCH", &myvals);
(void**)&new_arch, OPAL_UINT32);
if( OPAL_SUCCESS == rc ) {
kv = (opal_value_t*)opal_list_get_first(&myvals);
new_arch = kv->data.uint32;