summaryrefslogtreecommitdiff
path: root/morphlib/app.py
diff options
context:
space:
mode:
Diffstat (limited to 'morphlib/app.py')
-rw-r--r--morphlib/app.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/morphlib/app.py b/morphlib/app.py
index fcf54118..f82eae33 100644
--- a/morphlib/app.py
+++ b/morphlib/app.py
@@ -245,8 +245,6 @@ class Morph(cliapp.Application):
self.hookmgr = cliapp.HookManager()
self.hookmgr.new('new-build-command', cliapp.FilterHook())
- self.system_kind_builder_factory = \
- morphlib.builder2.SystemKindBuilderFactory()
def itertriplets(self, args):
'''Generate repo, ref, filename triples from args.'''