Index: toolchain_build/command.py |
diff --git a/toolchain_build/command.py b/toolchain_build/command.py |
index abab1c0d8adb2a880a79d773ec288da927b6ac0d..baafcf219d6682c6fddf5caad028cfee30044d76 100755 |
--- a/toolchain_build/command.py |
+++ b/toolchain_build/command.py |
@@ -374,7 +374,6 @@ def SyncGitRepoCmds(url, destination, revision, clobber_invalid_repo=False, |
pynacl.repo_tools.GitSetRemoteRepo(updated_fetch_url, abs_dir, |
push_url=updated_push_url) |
- |
def populate_cache(subst, git_cache, url): |
if git_cache: |
abs_git_cache = subst.SubstituteAbsPaths(git_cache) |