aboutgitcodebugslistschat
path: root/iov.c
diff options
context:
space:
mode:
Diffstat (limited to 'iov.c')
-rw-r--r--iov.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/iov.c b/iov.c
index 9248ba9..6fd684a 100644
--- a/iov.c
+++ b/iov.c
@@ -208,7 +208,6 @@ void iov_memset(const struct iovec *iov, size_t iov_cnt, size_t offset, int c,
*
* Return: total number of bytes copied
*/
-/* cppcheck-suppress unusedFunction */
size_t iov_memcpy(struct iovec *dst_iov, size_t dst_iov_cnt, size_t dst_offset,
const struct iovec *src_iov, size_t src_iov_cnt,
size_t src_offset, size_t length)