Skip to content

Commit da92ede

Browse files
authored
Merge pull request #11094 from brminich/oshmem/fix_shmem_ds_reset
oshmem: Fix segment reset
2 parents dd7cbdd + 0e818b0 commit da92ede

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

oshmem/mca/sshmem/base/sshmem_base_wrappers.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@ shmem_ds_reset(map_segment_t *ds_buf)
8888
ds_buf->mkeys_cache = NULL;
8989
ds_buf->mkeys = NULL;
9090
ds_buf->alloc_hints = 0;
91-
ds_buf->context = NULL;
9291
ds_buf->allocator = NULL;
9392
}
9493

0 commit comments

Comments
 (0)