summaryrefslogtreecommitdiff
path: root/source/kit/input_buffer.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/kit/input_buffer.c')
-rw-r--r--source/kit/input_buffer.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/kit/input_buffer.c b/source/kit/input_buffer.c
index 2ba3f4c..2e74cad 100644
--- a/source/kit/input_buffer.c
+++ b/source/kit/input_buffer.c
@@ -12,7 +12,6 @@ typedef struct {
static internal_buffer_t *buf_init(kit_is_handle_t upstream,
kit_allocator_t alloc) {
- assert(alloc.allocate != NULL);
internal_buffer_t *buf = kit_alloc_dispatch(alloc, KIT_ALLOCATE,
sizeof *buf, 0, NULL);