Skip to content

Commit ef73896

Browse files
anderskpaulusmack
authored andcommitted
gitk: Remove unused $cdate array
It was unused since commit 9f1afe0 ("gitk: New improved gitk"). Signed-off-by: Anders Kaseorg <[email protected]> Signed-off-by: Paul Mackerras <[email protected]>
1 parent b74307f commit ef73896

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

gitk

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1621,7 +1621,7 @@ proc readcommit {id} {
16211621
}
16221622

16231623
proc parsecommit {id contents listed} {
1624-
global commitinfo cdate
1624+
global commitinfo
16251625

16261626
set inhdr 1
16271627
set comment {}
@@ -1671,9 +1671,6 @@ proc parsecommit {id contents listed} {
16711671
}
16721672
set comment $newcomment
16731673
}
1674-
if {$comdate != {}} {
1675-
set cdate($id) $comdate
1676-
}
16771674
set commitinfo($id) [list $headline $auname $audate \
16781675
$comname $comdate $comment]
16791676
}

0 commit comments

Comments
 (0)