فهرست منبع

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',