[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [OSSTEST PATCH 21/33] tcl daemons: Remove obsolete `global g'
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@xxxxxxxxxxxxx> --- tcl/JobDB-Executive.tcl | 1 - 1 file changed, 1 deletion(-) 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 } -- 2.1.4 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx https://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |