mirror of
https://github.com/restic/restic.git
synced 2026-09-13 15:57:59 +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.