aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/caf_shared/allocator.c
diff options
context:
space:
mode:
Diffstat (limited to 'libgfortran/caf_shared/allocator.c')
-rw-r--r--libgfortran/caf_shared/allocator.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libgfortran/caf_shared/allocator.c b/libgfortran/caf_shared/allocator.c
index e31b66a..690590c 100644
--- a/libgfortran/caf_shared/allocator.c
+++ b/libgfortran/caf_shared/allocator.c
@@ -68,7 +68,6 @@ shared_malloc (allocator *a, size_t size)
ret = a->s->free_bucket_head[bucket_list_index];
a->s->free_bucket_head[bucket_list_index]
= (SHMPTR_AS (bucket *, ret, a->shm)->next);
- assert (ret.offset != 0);
return ret;
}