diff options
author | Simon Glass <sjg@chromium.org> | 2020-10-29 21:46:26 -0600 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2020-11-05 09:11:31 -0700 |
commit | 47f62952cce810c6e02eb216ec32ce69713534a7 (patch) | |
tree | d352d07e80648bc88a894e81da1c32f71c212d7c /tools/patman/patchstream.py | |
parent | dffa42c3ef98a8f9bc26a221cdfc3fcfb9f0fa40 (diff) |
patman: Drop unused signoff member
This is not used. Drop it.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'tools/patman/patchstream.py')
-rw-r--r-- | tools/patman/patchstream.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/patman/patchstream.py b/tools/patman/patchstream.py index 24040d43d6..cf591b2757 100644 --- a/tools/patman/patchstream.py +++ b/tools/patman/patchstream.py @@ -79,7 +79,6 @@ class PatchStream: self.change_lines = [] # Lines of the current change self.blank_count = 0 # Number of blank lines stored up self.state = STATE_MSG_HEADER # What state are we in? - self.signoff = [] # Contents of signoff line self.commit = None # Current commit def _add_warn(self, warn): |