mirror of
https://github.com/rclone/rclone.git
synced 2026-01-16 23:43:48 +00:00
Move the declaration location of variables to eliminate heap allocation which may make rclone faster and reduce memory usage slightly. Fixes #9078