Removed warnings from go staticcheck

This commit is contained in:
gezimbll
2023-11-07 02:27:59 -05:00
committed by Dan Christian Bogos
parent c2dacc42c1
commit 09e5088262
57 changed files with 80 additions and 137 deletions

View File

@@ -69,7 +69,6 @@ var (
func init() {
startCGRateSTime = time.Now()
math_rand.Seed(startCGRateSTime.UnixNano())
boolGenerator = newBoolGen()
}