It was unused since commit 9f1afe05c3ab7228e21ba3666c6e35d693149b37. Signed-off-by: Anders Kaseorg <andersk@xxxxxxx> --- gitk-git/gitk | 5 +---- 1 files changed, 1 insertions(+), 4 deletions(-) diff --git a/gitk-git/gitk b/gitk-git/gitk index dbc8f86..61f2e95 100644 --- a/gitk-git/gitk +++ b/gitk-git/gitk @@ -1606,7 +1606,7 @@ proc readcommit {id} { } proc parsecommit {id contents listed} { - global commitinfo cdate + global commitinfo set inhdr 1 set comment {} @@ -1656,9 +1656,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.3.2 -- 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