aboutsummaryrefslogtreecommitdiff
path: root/global.go
diff options
context:
space:
mode:
Diffstat (limited to 'global.go')
-rw-r--r--global.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/global.go b/global.go
index 479864e..bc5f18a 100644
--- a/global.go
+++ b/global.go
@@ -5,4 +5,3 @@ import "sync"
// The globalLock serializes transaction verification/committal. globalCond is
// used to signal that at least one Var has changed.
var globalLock sync.Mutex
-var globalCond = sync.NewCond(&globalLock)