[diffoscope] 03/03: comparators: Drop unnecessary "close_archive" method.

Chris Lamb chris at chris-lamb.co.uk
Sun Jan 22 07:31:45 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 05801d99065b2a418b3b08a3f4f194bc795d6cd4
Author: Chris Lamb <lamby at debian.org>
Date:   Sun Jan 22 19:27:32 2017 +1300

    comparators: Drop unnecessary "close_archive" method.
    
    Signed-off-by: Chris Lamb <lamby at debian.org>
    
    Gbp-Dch: ignore
---
 diffoscope/comparators/rpm.py | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/diffoscope/comparators/rpm.py b/diffoscope/comparators/rpm.py
index 901578c..c714c1e 100644
--- a/diffoscope/comparators/rpm.py
+++ b/diffoscope/comparators/rpm.py
@@ -87,9 +87,6 @@ class RpmContainer(Archive):
     def open_archive(self):
         return self
 
-    def close_archive(self):
-        pass
-
     def get_member_names(self):
         return ['content']
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/diffoscope.git


More information about the diffoscope mailing list