Skip to content

Commit a3628a0

Browse files
authored
Remove unused code in the provider (#1265)
1 parent 3020425 commit a3628a0

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

internal/provider/provider.go

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,6 @@ type ProviderFramework struct {
4040
version string
4141
}
4242

43-
type ProviderFrameworkConfiguration struct {
44-
Client *clients.Client
45-
}
46-
4743
type ProviderFrameworkModel struct {
4844
ClientSecret types.String `tfsdk:"client_secret"`
4945
ClientID types.String `tfsdk:"client_id"`
@@ -298,8 +294,6 @@ func (p *ProviderFramework) Configure(ctx context.Context, req provider.Configur
298294
client.Config.ProjectID = project.ID
299295
}
300296

301-
var config ProviderFrameworkConfiguration
302-
config.Client = client
303297
resp.DataSourceData = client
304298
resp.ResourceData = client
305299
}

0 commit comments

Comments
 (0)