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 d20fbb8..0329613 100644
--- a/iov.c
+++ b/iov.c
@@ -200,7 +200,6 @@ size_t iov_tail_size(struct iov_tail *tail)
*
* Return: true if the item still contains any bytes, otherwise false
*/
-/* cppcheck-suppress unusedFunction */
bool iov_drop_header(struct iov_tail *tail, size_t len)
{
tail->off = tail->off + len;