Skip to content

Commit c8d0c4f

Browse files
stefanbellergitster
authored andcommitted
submodule.sh: remove unused variable
This could have been part of 4830868 (git submodule update: have a dedicated helper for cloning, 2016-02-29). Signed-off-by: Stefan Beller <[email protected]> Reviewed-by: Jonathan Nieder <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 3d9c5b5 commit c8d0c4f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

git-submodule.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -596,7 +596,6 @@ cmd_update()
596596
die_if_unmatched "$mode" "$sha1"
597597

598598
name=$(git submodule--helper name "$sm_path") || exit
599-
url=$(git config submodule."$name".url)
600599
if ! test -z "$update"
601600
then
602601
update_module=$update

0 commit comments

Comments
 (0)