summaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
Diffstat (limited to 'source')
-rw-r--r--source/kit/shared_memory.posix.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/kit/shared_memory.posix.c b/source/kit/shared_memory.posix.c
index edb8794..e109e2a 100644
--- a/source/kit/shared_memory.posix.c
+++ b/source/kit/shared_memory.posix.c
@@ -70,7 +70,6 @@ kit_shared_memory_t kit_shared_memory_open(kit_str_t name, i64 size,
if (p == MAP_FAILED) {
shm_unlink(mem._name);
- assert(0);
mem.status = KIT_ERROR_MAP_FAILED;
return mem;
}