diff options
author | Darius Makovsky <traveltissues@protonmail.com> | 2019-12-24 11:08:20 +0000 |
---|---|---|
committer | Darius Makovsky <traveltissues@protonmail.com> | 2019-12-24 11:08:20 +0000 |
commit | a44c2eb805acb51c66bb831e9578e6b765850d0c (patch) | |
tree | aa01edce5c70150b09e396411e187724f4c570ea | |
parent | ef76f45d14e9604570b196e338e1ce0492bccb97 (diff) | |
download | buildstream-traveltissues/remove-unused.tar.gz |
_state: remove unused add_maximum_progresstraveltissues/remove-unused
-rw-r--r-- | src/buildstream/_state.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/buildstream/_state.py b/src/buildstream/_state.py index d85e348f2..ec4f895fe 100644 --- a/src/buildstream/_state.py +++ b/src/buildstream/_state.py @@ -409,6 +409,3 @@ class _Task: else: new_progress = self.current_progress + 1 self.set_current_progress(new_progress) - - def add_maximum_progress(self): - self.set_maximum_progress(self.maximum_progress or 0 + 1) |