Skip to content

Commit

Permalink
gitk: Remove unused $cdate array
Browse files Browse the repository at this point in the history
It was unused since commit 9f1afe0 ("gitk: New improved gitk").

Signed-off-by: Anders Kaseorg <[email protected]>
Signed-off-by: Paul Mackerras <[email protected]>
  • Loading branch information
andersk authored and paulusmack committed May 29, 2011
1 parent b74307f commit ef73896
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions gitk
Original file line number Diff line number Diff line change
Expand Up @@ -1621,7 +1621,7 @@ proc readcommit {id} {
}

proc parsecommit {id contents listed} {
global commitinfo cdate
global commitinfo

set inhdr 1
set comment {}
Expand Down Expand Up @@ -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]
}
Expand Down

0 comments on commit ef73896

Please sign in to comment.