]> rtime.felk.cvut.cz Git - sojka/gitk.git/blobdiff - gitk
gitk: Remove unused $cdate array
[sojka/gitk.git] / gitk
diff --git a/gitk b/gitk
index 4cde0c493b8ad425c09c63173c692a0ffa4ed632..fec07d3b848ecaf2e3e582b555655f3f41b372ed 100755 (executable)
--- 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]
 }