summaryrefslogtreecommitdiff
path: root/ick
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2015-05-25 21:52:48 +0300
committerLars Wirzenius <liw@liw.fi>2015-05-25 21:52:48 +0300
commitbe6a5a6f9ce6ab1f01613dc1a0f999dc230e507b (patch)
treee32093e6e0fb9b1e51ad649f5da34c6d0016e0a3 /ick
parent8ccb8ee299e3822e42564cae36e634af5ae6f1f3 (diff)
downloadick-be6a5a6f9ce6ab1f01613dc1a0f999dc230e507b.tar.gz
Remove dead code
Diffstat (limited to 'ick')
-rwxr-xr-xick4
1 files changed, 0 insertions, 4 deletions
diff --git a/ick b/ick
index eb1da01..1b39387 100755
--- a/ick
+++ b/ick
@@ -142,10 +142,6 @@ class Ick(cliapp.Application):
def get_git_dir(self, statedir, project_name):
return os.path.join(statedir, project_name, 'git')
- def get_head_commit(self, git_dir):
- output = cliapp.runcmd(['git', 'rev-parse', 'HEAD'], cwd=git_dir)
- return output.strip()
-
def build_on_target(self, project_name, project, target, clone):
with self.logger:
self.logger.log(