summaryrefslogtreecommitdiff
path: root/morphlib/builder.py
diff options
context:
space:
mode:
authorLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-02-28 16:37:25 +0000
committerLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-02-28 16:37:25 +0000
commit96b5a454ce80184bd241b0f1885e4c00e68267b2 (patch)
treee3bfc1f0fac205d361e852d7fd543d5b883daf3d /morphlib/builder.py
parenta9bbeaa63ccbe6fa3328d494dd74a1927fce06f8 (diff)
downloadmorph-96b5a454ce80184bd241b0f1885e4c00e68267b2.tar.gz
Remove unused needs_built method
Diffstat (limited to 'morphlib/builder.py')
-rw-r--r--morphlib/builder.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/morphlib/builder.py b/morphlib/builder.py
index 79d2ef50..843379b3 100644
--- a/morphlib/builder.py
+++ b/morphlib/builder.py
@@ -470,10 +470,6 @@ class StratumBuilder(BlobBuilder):
class SystemBuilder(BlobBuilder):
- def needs_built(self):
- for stratum_name in self.morph.strata:
- yield self.repo, self.ref, stratum_name, [stratum_name]
-
def do_build(self):
self.ex = morphlib.execute.Execute(self.tempdir.dirname, self.msg)