Преглед на файлове

Remove unused method Repo.pack_dir().

Jelmer Vernooij преди 16 години
родител
ревизия
46366c4d50
променени са 1 файла, в които са добавени 0 реда и са изтрити 3 реда
  1. 0 3
      dulwich/repo.py

+ 0 - 3
dulwich/repo.py

@@ -157,9 +157,6 @@ class Repo(object):
             self._object_store = DiskObjectStore(self.object_dir())
         return self._object_store
 
-    def pack_dir(self):
-        return os.path.join(self.object_dir(), PACKDIR)
-
     def _get_ref(self, file):
         f = open(file, 'rb')
         try: