summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--morphlib/gitdir.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/morphlib/gitdir.py b/morphlib/gitdir.py
index 7ee64f36..a3e5b6fa 100644
--- a/morphlib/gitdir.py
+++ b/morphlib/gitdir.py
@@ -100,10 +100,6 @@ class GitDirectory(object):
return self._runcmd(
['git', 'cat-file', obj_type, '%s:%s' % (ref, filename)])
- def update_remotes(self): # pragma: no cover
- '''Update remotes.'''
- self._runcmd(['git', 'remote', 'update', '--prune'])
-
def update_submodules(self, app): # pragma: no cover
'''Change .gitmodules URLs, and checkout submodules.'''
morphlib.git.update_submodules(app, self.dirname)