Remove unused function

This commit is contained in:
Zoltán Papp
2025-01-29 14:54:24 +01:00
parent 14a99a8693
commit 5d403a79ba

View File

@@ -124,14 +124,6 @@ func (g *Guard) notifyReconnected() {
}
}
func (g *Guard) isReadyToQuickReconnect(relayClient *Client) bool {
if relayClient == nil {
return false
}
return g.isServerURLStillValid(relayClient)
}
func exponentTicker(ctx context.Context) *backoff.Ticker {
bo := backoff.WithContext(&backoff.ExponentialBackOff{
InitialInterval: 2 * time.Second,