Removed dead code.

This commit is contained in:
Bruce Marriner 2016-12-11 12:24:17 -06:00
parent 86a21ea94b
commit c541df15df

View file

@ -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"`