mirror of
https://github.com/git/git.git
synced 2024-11-07 01:32:58 +01:00
gitk: Remove unused $cdate array
It was unused since commit 9f1afe05c3
("gitk: New improved gitk").
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
Signed-off-by: Paul Mackerras <paulus@samba.org>
This commit is contained in:
parent
b74307f6a5
commit
ef73896b2b
1 changed files with 1 additions and 4 deletions
5
gitk
5
gitk
|
@ -1621,7 +1621,7 @@ proc readcommit {id} {
|
|||
}
|
||||
|
||||
proc parsecommit {id contents listed} {
|
||||
global commitinfo cdate
|
||||
global commitinfo
|
||||
|
||||
set inhdr 1
|
||||
set comment {}
|
||||
|
@ -1671,9 +1671,6 @@ proc parsecommit {id contents listed} {
|
|||
}
|
||||
set comment $newcomment
|
||||
}
|
||||
if {$comdate != {}} {
|
||||
set cdate($id) $comdate
|
||||
}
|
||||
set commitinfo($id) [list $headline $auname $audate \
|
||||
$comname $comdate $comment]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue