mirror of
https://github.com/syncthing/syncthing.git
synced 2026-06-07 08:15:30 -04:00
refactor: unused parameter should be replaced by underscore Unused parameters in functions or methods should be replaced with `_` (underscore) or removed. Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com>