summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2017-09-22 13:12:46 +0900
committerTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2017-10-08 17:03:36 +0900
commitcb8c7901b359704cabf44564f80bc58065df53ca (patch)
tree24503bf1363800e4019586de94b17ee65ab8d592
parent2334345081ae7919cad2208fcc2b10d5437b2511 (diff)
downloadbuildstream-cb8c7901b359704cabf44564f80bc58065df53ca.tar.gz
_profile.py: Removed variant resolution profiling domain.
-rw-r--r--buildstream/_profile.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/buildstream/_profile.py b/buildstream/_profile.py
index 421f8af9e..461a9b3f9 100644
--- a/buildstream/_profile.py
+++ b/buildstream/_profile.py
@@ -41,7 +41,6 @@ initialized = False
#
# The special 'all' value will enable all profiles
class Topics():
- VARIANTS = 'variants'
CIRCULAR_CHECK = 'circ-dep-check'
SORT_DEPENDENCIES = 'sort-deps'
LOAD_LOADER = 'load-loader'