Преглед изворни кода

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 година
родитељ
комит
e68b800d01
1 измењених фајлова са 0 додато и 1 уклоњено
  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',