From 6ff281bf14c6be02f1ff681a7c63607b06f1c1d3 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sun, 24 Feb 2019 20:34:57 +0100 Subject: Restrict buffer_deinit to scoped allocator --- include/buffer.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/buffer.h') diff --git a/include/buffer.h b/include/buffer.h index e0c4046..84e0cfa 100644 --- a/include/buffer.h +++ b/include/buffer.h @@ -15,7 +15,6 @@ typedef struct { } Buffer; CHECK_RESULT int buffer_init(Buffer *self, struct ScopedAllocator *allocator); -void buffer_deinit(Buffer *self); CHECK_RESULT int buffer_append(Buffer *self, void *data, usize size); void* buffer_get(Buffer *self, usize index, usize type_size); -- cgit v1.2.3