ECP-VeloC / AXL

Asynchronous Transfer Library
MIT License
2 stars 8 forks source link

drop crc32 computation from axl_file_copy #79

Closed adammoody closed 3 years ago

adammoody commented 3 years ago

We weren't actively using the feature in axl_file_copy that computes the crc32 value while copying the file, but the addition of resume broke it. Since we're not using the crc feature, this removes it. It can be added back later if needed.