mirror of
https://github.com/borgbackup/borg.git
synced 2024-12-25 01:06:50 +00:00
Removed some dead code.
This commit is contained in:
parent
faedaf8160
commit
7a7cc2bc88
1 changed files with 0 additions and 3 deletions
|
@ -294,9 +294,6 @@ def delete(self, id, wait=True):
|
|||
except KeyError:
|
||||
raise self.DoesNotExist(self.path)
|
||||
|
||||
def add_callback(self, cb, data):
|
||||
cb(None, None, data)
|
||||
|
||||
def preload(self, ids):
|
||||
"""Preload objects (only applies to remote repositories
|
||||
"""
|
||||
|
|
Loading…
Reference in a new issue