It was unused since commit 9f1afe05c3ab7228e21ba3666c6e35d693149b37. Signed-off-by: Anders Kaseorg <andersk@xxxxxxx> --- gitk | 5 +---- 1 files changed, 1 insertions(+), 4 deletions(-) diff --git a/gitk b/gitk index a0f7816..bf68959 100755 --- a/gitk +++ b/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] } -- 1.7.4.rc1 -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html