From c0ede237be948532a9113d6db072a7847d02c890 Mon Sep 17 00:00:00 2001 From: Matt Joiner Date: Wed, 23 Oct 2019 18:30:55 +1100 Subject: Get rid of globalCond --- global.go | 1 - 1 file changed, 1 deletion(-) (limited to 'global.go') 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) -- cgit v1.2.3