[diffoscope] 01/05: comparators.zip: Drop unused get_content method.
Chris Lamb
chris at chris-lamb.co.uk
Sun Jan 22 07:31:30 CET 2017
This is an automated email from the git hooks/post-receive script.
lamby pushed a commit to branch master
in repository diffoscope.
commit 41b8dbf9a52162c13cd2c217df6f1c96cb455d60
Author: Chris Lamb <lamby at debian.org>
Date: Sat Jan 21 23:15:44 2017 +1100
comparators.zip: Drop unused get_content method.
Signed-off-by: Chris Lamb <lamby at debian.org>
Gbp-Dch: ignore
---
diffoscope/comparators/zip.py | 4 ----
1 file changed, 4 deletions(-)
diff --git a/diffoscope/comparators/zip.py b/diffoscope/comparators/zip.py
index f7dccbd..b081452 100644
--- a/diffoscope/comparators/zip.py
+++ b/diffoscope/comparators/zip.py
@@ -61,10 +61,6 @@ class ZipDirectory(Directory, ArchiveMember):
def has_same_content_as(self, other):
return False
- @contextlib.contextmanager
- def get_content(self):
- yield
-
def is_directory(self):
return True
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/diffoscope.git
More information about the diffoscope
mailing list