mirror of
https://github.com/borgbackup/borg.git
synced 2025-03-19 10:25:49 +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 @@ class Repository(object):
|
|||
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…
Add table
Reference in a new issue