summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--buildstream/_profile.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/buildstream/_profile.py b/buildstream/_profile.py
index 3931a4cf0..89f1cc47f 100644
--- a/buildstream/_profile.py
+++ b/buildstream/_profile.py
@@ -42,14 +42,11 @@ import time
class Topics():
CIRCULAR_CHECK = 'circ-dep-check'
SORT_DEPENDENCIES = 'sort-deps'
- LOAD_LOADER = 'load-loader'
LOAD_CONTEXT = 'load-context'
LOAD_PROJECT = 'load-project'
LOAD_PIPELINE = 'load-pipeline'
LOAD_SELECTION = 'load-selection'
SCHEDULER = 'scheduler'
- SHOW = 'show'
- ARTIFACT_RECEIVE = 'artifact-receive'
ALL = 'all'