Skip to content

Commit 63b8bcf

Browse files
authored
Merge pull request #5467 from mzazrivec/remove_sessioninterface
🌱 Remove unused SessionInterface
2 parents 34b5147 + ac53899 commit 63b8bcf

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)