mirror of
https://github.com/netbirdio/netbird.git
synced 2026-04-22 18:26:41 +00:00
Remove unused function
This commit is contained in:
@@ -122,9 +122,3 @@ func (p *ProxyWrapper) readFromRemote(ctx context.Context, buf []byte) (int, err
|
||||
}
|
||||
return n, nil
|
||||
}
|
||||
|
||||
func (p *ProxyWrapper) isPaused() bool {
|
||||
p.pausedMu.Lock()
|
||||
defer p.pausedMu.Unlock()
|
||||
return p.paused
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user