Remove unused function

This commit is contained in:
Zoltán Papp
2024-10-07 13:28:21 +02:00
parent ba3cdb30ee
commit 20815c9f90

View File

@@ -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
}