Removed dead code.
This commit is contained in:
parent
86a21ea94b
commit
c541df15df
1 changed files with 0 additions and 6 deletions
|
@ -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"`
|
||||
|
|
Loading…
Reference in a new issue