From 7290335b146c61495178c73310bc6727608988cc Mon Sep 17 00:00:00 2001 From: Laurent Vivier Date: Thu, 13 Jun 2024 14:36:54 +0200 Subject: iov: remove iov_copy() it was needed by a draft version of vhost-user, it is not needed anymore. Signed-off-by: Laurent Vivier Reviewed-by: David Gibson Signed-off-by: Stefano Brivio --- iov.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'iov.h') diff --git a/iov.h b/iov.h index 5668ca5..a9e1722 100644 --- a/iov.h +++ b/iov.h @@ -28,7 +28,4 @@ size_t iov_from_buf(const struct iovec *iov, size_t iov_cnt, size_t iov_to_buf(const struct iovec *iov, size_t iov_cnt, size_t offset, void *buf, size_t bytes); size_t iov_size(const struct iovec *iov, size_t iov_cnt); -unsigned iov_copy(struct iovec *dst_iov, size_t dst_iov_cnt, - const struct iovec *iov, size_t iov_cnt, - size_t offset, size_t bytes); #endif /* IOVEC_H */ -- cgit v1.2.3