mirror of
https://gitlab.winehq.org/wine/wine-staging.git
synced 2024-11-21 16:46:54 -08:00
patchutils.py: Remove unused class variables.
This commit is contained in:
parent
78204c282f
commit
3414a0cc0e
3
debian/tools/patchutils.py
vendored
3
debian/tools/patchutils.py
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user