]> wimlib.net Git - wimlib/commitdiff
file_io.h: Remove unused declaration of struct iovec
authorEric Biggers <ebiggers3@gmail.com>
Thu, 15 May 2014 03:05:19 +0000 (22:05 -0500)
committerEric Biggers <ebiggers3@gmail.com>
Thu, 15 May 2014 03:07:16 +0000 (22:07 -0500)
include/wimlib/file_io.h

index 9bc9c36992549ad4cfc5fd0b578d19e4f25e51f6..24fa27cbf491596a31b810e1c6c0e8bbbab5b551 100644 (file)
@@ -32,15 +32,6 @@ raw_pread(struct filedes *fd, void *buf, size_t nbyte, off_t offset);
 extern ssize_t
 raw_pwrite(struct filedes *fd, const void *buf, size_t count, off_t offset);
 
-#ifdef __WIN32__
-struct iovec {
-       void *iov_base;
-       size_t iov_len;
-};
-#else
-struct iovec;
-#endif
-
 #ifndef __WIN32__
 #  define O_BINARY 0
 #endif