summaryrefslogtreecommitdiff
path: root/buildstream/_frontend/widget.py
diff options
context:
space:
mode:
Diffstat (limited to 'buildstream/_frontend/widget.py')
-rw-r--r--buildstream/_frontend/widget.py12
1 files changed, 0 insertions, 12 deletions
diff --git a/buildstream/_frontend/widget.py b/buildstream/_frontend/widget.py
index 2eb9e10ba..c8c366d99 100644
--- a/buildstream/_frontend/widget.py
+++ b/buildstream/_frontend/widget.py
@@ -284,18 +284,6 @@ class LogFile(Widget):
return text
-class SequenceID(Widget):
- """ A unique Sequence ID is created for each timed_activity, and can
- be used to associate all log lines from a particular
- activity.
- """
- def render(self, message):
- if message.sequence_id is None:
- return self.content_profile.fmt("-")
- else:
- return self.content_profile.fmt(str(message.sequence_id))
-
-
class MessageOrLogFile(Widget):
""" START and SUCCESS messages are expected to have no useful
information in the message text, so we display the logfile name for