diff mbox

[OSSTEST,21/33] tcl daemons: Remove obsolete `global g'

Message ID 1468002385-4407-22-git-send-email-ian.jackson@eu.citrix.com (mailing list archive)
State New, archived
Headers show

Commit Message

Ian Jackson July 8, 2016, 6:26 p.m. UTC
The global g was removed in 2012 in beb4240a346e "wip reorg,
testing..." but this instance seems to have escaped.

Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
---
 tcl/JobDB-Executive.tcl | 1 -
 1 file changed, 1 deletion(-)
diff mbox

Patch

diff --git a/tcl/JobDB-Executive.tcl b/tcl/JobDB-Executive.tcl
index c1e5c63..3ad3693 100644
--- a/tcl/JobDB-Executive.tcl
+++ b/tcl/JobDB-Executive.tcl
@@ -81,7 +81,6 @@  proc set-flight {} {
 variable dbusers 0
 
 proc db-open {} {
-    global g
     variable dbusers
 
     if {$dbusers > 0} { incr dbusers; return }