| ... | @@ -1161,9 +1161,6 @@ Error os_update_file(Buf *src_path, Buf *dst_path) { | ... | @@ -1161,9 +1161,6 @@ Error os_update_file(Buf *src_path, Buf *dst_path) { |
| 1161 | fclose(dst_libc_file); | 1161 | fclose(dst_libc_file); |
| 1162 | return err; | 1162 | return err; |
| 1163 | } | 1163 | } |
| 1164 | if (fflush(src_libc_file) == -1) { | | |
| 1165 | return ErrorUnexpected; | | |
| 1166 | } | | |
| 1167 | if (fflush(dst_libc_file) == -1) { | 1164 | if (fflush(dst_libc_file) == -1) { |
| 1168 | return ErrorUnexpected; | 1165 | return ErrorUnexpected; |
| 1169 | } | 1166 | } |