summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2017-09-10 17:03:06 +0900
committerLibravatar Junio C Hamano <gitster@pobox.com>2017-09-10 17:03:06 +0900
commit95d25c412d140698ac0084bd94dcde8ecdcd332d (patch)
tree4567aecbd1acbf94548b299f9e7c80144d5ea651
parentMerge branch 'hv/t5526-andand-chain-fix' into maint (diff)
parentsubmodule.sh: remove unused variable (diff)
downloadtgif-95d25c412d140698ac0084bd94dcde8ecdcd332d.tar.xz
Merge branch 'sb/submodule-parallel-update' into maint
Code clean-up. * sb/submodule-parallel-update: submodule.sh: remove unused variable
-rwxr-xr-xgit-submodule.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/git-submodule.sh b/git-submodule.sh
index ffa2d66481..66d1ae8ef6 100755
--- a/git-submodule.sh
+++ b/git-submodule.sh
@@ -611,7 +611,6 @@ cmd_update()
die_if_unmatched "$mode" "$sha1"
name=$(git submodule--helper name "$sm_path") || exit
- url=$(git config submodule."$name".url)
if ! test -z "$update"
then
update_module=$update