提交 ef73896b 编写于 作者: A Anders Kaseorg 提交者: Paul Mackerras

gitk: Remove unused $cdate array

It was unused since commit 9f1afe05 ("gitk: New improved gitk").
Signed-off-by: NAnders Kaseorg <andersk@mit.edu>
Signed-off-by: NPaul Mackerras <paulus@samba.org>
上级 b74307f6
......@@ -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]
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册