1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2024-12-25 01:06:50 +00:00

remove unused "repair" rpc method

there is no such method in the code.
we use "check" method to repair the repo, so maybe this was left over
from a time when repair was separate from check.
This commit is contained in:
Thomas Waldmann 2016-01-16 18:58:52 +01:00
parent c667d330b4
commit e68b800d01

View file

@ -49,7 +49,6 @@ class RepositoryServer: # pragma: no cover
'negotiate',
'open',
'put',
'repair',
'rollback',
'save_key',
'load_key',