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

index 24fa27cbf491596a31b810e1c6c0e8bbbab5b551..549dc5e43392f7a360ce4feaab25df01382ed6e9 100644 (file)
@@ -54,11 +54,6 @@ static inline void filedes_invalidate(struct filedes *fd)
        fd->fd = -1;
 }
 
-static inline void filedes_copy(struct filedes *dst, const struct filedes *src)
-{
-       *dst = *src;
-}
-
 #define filedes_close(f) close((f)->fd)
 
 static inline bool