Explorar el Código

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 hace 9 años
padre
commit
e68b800d01
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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',