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:
parent
c667d330b4
commit
e68b800d01
1 changed files with 0 additions and 1 deletions
|
@ -49,7 +49,6 @@ class RepositoryServer: # pragma: no cover
|
|||
'negotiate',
|
||||
'open',
|
||||
'put',
|
||||
'repair',
|
||||
'rollback',
|
||||
'save_key',
|
||||
'load_key',
|
||||
|
|
Loading…
Reference in a new issue