1
0
Fork 0
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:
Jonas Borgström 2014-02-05 00:07:03 +01:00
parent faedaf8160
commit 7a7cc2bc88

View file

@ -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
"""