This commit is contained in:
Francesco Cozzuto
2021-11-30 22:46:43 +01:00
parent d70fa14856
commit c6387154b0
2 changed files with 9 additions and 7 deletions
+1 -3
View File
@@ -68,11 +68,9 @@ static Object *select(Object *self, Object *key, Heap *heap, Error *err)
return Object_FromNativeFunction(bm->runtime, bin_assert, -1, heap, err);
return NULL;
}
default: NULL;
}
UNREACHABLE;
// Not found.
return NULL;
}