X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;f=include%2Fwimlib%2Ffile_io.h;h=549dc5e43392f7a360ce4feaab25df01382ed6e9;hb=66040ab01dd2fd7c222cb1e3b8ae5b603a71e585;hp=24fa27cbf491596a31b810e1c6c0e8bbbab5b551;hpb=2c02ceee5f82093db87d9a601bc2e5eb9048b311;p=wimlib diff --git a/include/wimlib/file_io.h b/include/wimlib/file_io.h index 24fa27cb..549dc5e4 100644 --- a/include/wimlib/file_io.h +++ b/include/wimlib/file_io.h @@ -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