Skip to content

Commit f2a149f

Browse files
committed
wip
1 parent 9a81330 commit f2a149f

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

azureappconfiguration/azureappconfiguration.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ type AzureAppConfiguration struct {
5252
trimPrefixes []string
5353
watchedSettings []WatchedSetting
5454
loadBalancingEnabled bool
55-
afdUsed bool
5655

5756
// Settings used for refresh scenarios
5857
sentinelETags map[WatchedSetting]*azcore.ETag
@@ -121,7 +120,6 @@ func Load(ctx context.Context, authentication AuthenticationOptions, options *Op
121120

122121
if authentication.Credential != nil {
123122
if _, ok := authentication.Credential.(*afd.EmptyTokenCredential); ok {
124-
azappcfg.afdUsed = true
125123
azappcfg.tracingOptions.AfdUsed = true
126124
}
127125
}

0 commit comments

Comments
 (0)