Skip to content

Commit 402e46d

Browse files
Roy Eldargitster
authored andcommitted
git-submodule.sh: get rid of unused variable
Remove the variable "$diff_cmd" which is no longer used. Signed-off-by: Roy Eldar <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 006f546 commit 402e46d

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
@@ -503,7 +503,6 @@ cmd_set_url() {
503503
cmd_summary() {
504504
summary_limit=-1
505505
for_status=
506-
diff_cmd=diff-index
507506

508507
# parse $args after "submodule ... summary".
509508
while test $# -ne 0

0 commit comments

Comments
 (0)