mirror of
https://github.com/restic/restic.git
synced 2025-03-13 09:41:40 +00:00

This method had a buffer argument, but that was nil at all call sites. That's removed, and instead LoadUnpacked now reuses whatever it allocates inside its retry loop.