mirror of
https://github.com/restic/restic.git
synced 2025-06-04 19:18:17 +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.