Sfoglia il codice sorgente

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.
Thomas Waldmann 9 anni fa
parent
commit
e68b800d01
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. 0 1
      borg/remote.py

+ 0 - 1
borg/remote.py

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