summaryrefslogtreecommitdiff
path: root/morphlib/app.py
diff options
context:
space:
mode:
authorLars Wirzenius <lars.wirzenius@codethink.co.uk>2013-06-20 11:12:33 +0000
committerLars Wirzenius <lars.wirzenius@codethink.co.uk>2013-06-20 11:28:51 +0000
commitf26ce8c21fa345f6a922aa33c4adb871163ea5aa (patch)
tree1c16d1161c837b7d14a4028cc024ae39697717d5 /morphlib/app.py
parent38dfcc5c416a2b35373c73e39e82fecde25135e3 (diff)
downloadmorph-f26ce8c21fa345f6a922aa33c4adb871163ea5aa.tar.gz
Remove SystemKindBuilderFactory
We now only support one system-kind, so there's no need for the factory stuff, and at this point it only serves to obfuscate and complexify.
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.'''