From 88772ef41850c9cf068c6a0b8a318cf017293b7e Mon Sep 17 00:00:00 2001 From: aeneasr <3372410+aeneasr@users.noreply.github.com> Date: Wed, 27 Nov 2024 12:38:31 +0100 Subject: [PATCH] chore: synchronize workspaces --- driver/registry_sql.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/driver/registry_sql.go b/driver/registry_sql.go index ef903217bd..7cef650f95 100644 --- a/driver/registry_sql.go +++ b/driver/registry_sql.go @@ -254,9 +254,6 @@ func (m *RegistrySQL) PingContext(ctx context.Context) error { func (m *RegistrySQL) Ping() error { return m.PingContext(context.Background()) } -func (m *RegistrySQL) PingContext(ctx context.Context) error { - return m.Persister().PingContext(ctx) -} func (m *RegistrySQL) ClientManager() client.Manager { return m.Persister()