Skip to content

Commit

Permalink
Remove useless code line
Browse files Browse the repository at this point in the history
  • Loading branch information
DerAndereAndi committed Jan 22, 2024
1 parent e4de8c1 commit d1b6937
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mdns/avahi.go
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,6 @@ func (a *AvahiProvider) ResolveEntries(cancelChan chan bool, callback func(eleme
select {
case <-cancelChan:
end = true
break
case service := <-avBrowser.AddChannel:
a.processService(service, false, callback)
case service := <-avBrowser.RemoveChannel:
Expand Down

0 comments on commit d1b6937

Please sign in to comment.