summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Schubert <ben.c.schubert@gmail.com>2019-03-21 17:18:00 +0000
committerbst-marge-bot <marge-bot@buildstream.build>2019-03-29 11:19:49 +0000
commitf28e3fdc372315e09e27815276e522ee288cf43a (patch)
tree566f517536df0b6efe37e20dd88ea5b789b2a180
parentc38f26cc8c8c65379a1b145bd99429a7cc1e68e1 (diff)
downloadbuildstream-f28e3fdc372315e09e27815276e522ee288cf43a.tar.gz
_profile.py: Remove unused profiler topics
-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'