Skip to content

Commit 12f68b9

Browse files
authored
Remove unimplemented prototype from ring_buffer.h (#1024)
This function's implementation was removed in #830, but the declaration wasn't.
1 parent c200109 commit 12f68b9

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

include/aws/common/ring_buffer.h

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -91,11 +91,6 @@ AWS_COMMON_API bool aws_ring_buffer_buf_belongs_to_pool(
9191
const struct aws_ring_buffer *ring_buffer,
9292
const struct aws_byte_buf *buf);
9393

94-
/**
95-
* Cleans up a ring buffer allocator instance. Does not clean up the ring buffer.
96-
*/
97-
AWS_COMMON_API void aws_ring_buffer_allocator_clean_up(struct aws_allocator *allocator);
98-
9994
#ifndef AWS_NO_STATIC_IMPL
10095
# include <aws/common/ring_buffer.inl>
10196
#endif /* AWS_NO_STATIC_IMPL */

0 commit comments

Comments
 (0)