Jonas Borgström 11 лет назад
Родитель
Сommit
7a7cc2bc88
1 измененных файлов с 0 добавлено и 3 удалено
  1. 0 3
      attic/repository.py

+ 0 - 3
attic/repository.py

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