Skip to content

Commit

Permalink
remove semaphoreIndex
Browse files Browse the repository at this point in the history
  • Loading branch information
sekaiwish committed Oct 14, 2024
1 parent 89c3640 commit 35a0c91
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions server/channelserver/sys_channel_server.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,8 @@ type ChannelServer struct {
userBinaryParts map[userBinaryPartID][]byte

// Semaphore
semaphoreLock sync.RWMutex
semaphore map[string]*Semaphore
semaphoreIndex uint32
semaphoreLock sync.RWMutex
semaphore map[string]*Semaphore

// Discord chat integration
discordBot *discordbot.DiscordBot
Expand Down

0 comments on commit 35a0c91

Please sign in to comment.