aboutsummaryrefslogtreecommitdiff
path: root/lib/database.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'lib/database.tcl')
-rw-r--r--lib/database.tcl1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/database.tcl b/lib/database.tcl
index 8f200369a2..78732d8651 100644
--- a/lib/database.tcl
+++ b/lib/database.tcl
@@ -2,7 +2,6 @@
# Copyright (C) 2006, 2007 Shawn Pearce
proc do_stats {} {
- global use_ttk
set fd [git_read [list count-objects -v]]
while {[gets $fd line] > 0} {
if {[regexp {^([^:]+): (\d+)$} $line _ name value]} {