summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--morphlib/builder.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/morphlib/builder.py b/morphlib/builder.py
index a1ed165c..2098d33e 100644
--- a/morphlib/builder.py
+++ b/morphlib/builder.py
@@ -195,10 +195,6 @@ class Chunk(BinaryBlob):
self.run_sequentially('test', self.morph.test_commands)
self.run_sequentially('install', self.morph.install_commands)
- def run_some_commands(self, what, commands):
-
- def run_install_commands(self, commands):
-
def run_sequentially(self, what, commands):
self.msg('commands: %s' % what)
self.ex.run(commands)