diff options
Diffstat (limited to '')
-rw-r--r-- | buffer.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -64,7 +64,6 @@ alloc_buf_gc (size_t size, struct gc_arena *gc) #endif { struct buffer buf; - ASSERT (size <= BUF_MAX); buf.capacity = (int)size; buf.offset = 0; buf.len = 0; |