From c541df15df2f58f90beab50b9e0d99cec05c7038 Mon Sep 17 00:00:00 2001 From: Bruce Marriner Date: Sun, 11 Dec 2016 12:24:17 -0600 Subject: [PATCH] Removed dead code. --- structs.go | 6 ------ 1 file changed, 6 deletions(-) diff --git a/structs.go b/structs.go index 548ee52..340f234 100644 --- a/structs.go +++ b/structs.go @@ -100,12 +100,6 @@ type Session struct { wsMutex sync.Mutex } -type rateLimitMutex struct { - sync.Mutex - url map[string]*sync.Mutex - // bucket map[string]*sync.Mutex // TODO :) -} - // A VoiceRegion stores data for a specific voice region server. type VoiceRegion struct { ID string `json:"id"`