summaryrefslogtreecommitdiff
path: root/morphlib/buildcommand.py
diff options
context:
space:
mode:
Diffstat (limited to 'morphlib/buildcommand.py')
-rw-r--r--morphlib/buildcommand.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/morphlib/buildcommand.py b/morphlib/buildcommand.py
index a0922165..a2ad3301 100644
--- a/morphlib/buildcommand.py
+++ b/morphlib/buildcommand.py
@@ -45,8 +45,6 @@ class BuildCommand(object):
'''
def __init__(self, app, build_env = None):
- self.supports_local_build = True
-
self.app = app
self.lac, self.rac = self.new_artifact_caches()
self.lrc, self.rrc = self.new_repo_caches()