Skip to content

Commit ac53899

Browse files
committed
Remove unused SessionInterface
1 parent f885d92 commit ac53899

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

pkg/cloud/scope/session.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,6 @@ type sessionCacheEntry struct {
7373
serviceLimiters throttle.ServiceLimiters
7474
}
7575

76-
// SessionInterface is the interface for AWSCluster and ManagedCluster to be used to get session using identityRef.
77-
var SessionInterface interface {
78-
}
79-
8076
// ChainCredentialsProvider defines custom CredentialsProvider chain
8177
// NewChainCredentialsProvider can be used to initialize this struct.
8278
type ChainCredentialsProvider struct {

0 commit comments

Comments
 (0)