Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
bashar-515 committed Jan 14, 2025
1 parent f3fd1b8 commit 3a9861d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rpc/wrtc_signaling_answerer.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ type webrtcSignalingAnswerer struct {
// bgWorkersMu should be `Lock`ed in `Stop` to `Wait` on ongoing background workers in startAnswerer/answer.
// bgWorkersMu should be `RLock`ed when starting a new background worker (allow concurrent background workers) to
// `Add` to bgWorkers.
bgWorkersMu sync.RWMutex
bgWorkers sync.WaitGroup
cancelBgWorkers func()
sw *utils.StoppableWorkers
Expand Down

0 comments on commit 3a9861d

Please sign in to comment.