summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2018-04-08 17:23:50 +0900
committerTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2018-04-08 17:23:50 +0900
commit59064042e9c458704f0987ed039fb547b90bd752 (patch)
treeb0a389ac1f6c6290562015af90c7b9b3d64aa942
parent60dbf19ffbc9ec4300acc79689d173af7c830c0c (diff)
downloadbuildstream-59064042e9c458704f0987ed039fb547b90bd752.tar.gz
_project.py: Remove BST_WORKSPACE_FORMAT_VERSION
This is now defined in _workspaces.py
-rw-r--r--buildstream/_project.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/buildstream/_project.py b/buildstream/_project.py
index 1f8a7a483..6c8bda69a 100644
--- a/buildstream/_project.py
+++ b/buildstream/_project.py
@@ -42,7 +42,6 @@ from ._workspaces import Workspaces
# to the `project.conf` format or the core element format.
#
BST_FORMAT_VERSION = 6
-BST_WORKSPACE_FORMAT_VERSION = 1
# The separator we use for user specified aliases
_ALIAS_SEPARATOR = ':'