From 3414a0cc0edd237cd6af4abb247b6d8948e39300 Mon Sep 17 00:00:00 2001 From: Sebastian Lackner Date: Sun, 23 Aug 2015 01:16:02 +0200 Subject: [PATCH] patchutils.py: Remove unused class variables. --- debian/tools/patchutils.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/debian/tools/patchutils.py b/debian/tools/patchutils.py index 66c9d53a..fe74a8ab 100644 --- a/debian/tools/patchutils.py +++ b/debian/tools/patchutils.py @@ -55,9 +55,6 @@ class PatchObject(object): self.patch_subject = header['subject'] self.patch_revision = header['revision'] if header.has_key('revision') else 1 - # self.extracted_patch = None - self.unique_hash = None - self.filename = filename self.offset_begin = None self.offset_end = None