Skip to content

Commit 81bfe21

Browse files
stefanmcshaneDanil-Grigorev
authored andcommitted
memory aliasing patch
1 parent 62c907e commit 81bfe21

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

pkg/eks/podidentities/types.go

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ limitations under the License.
1717
package podidentities
1818

1919
import (
20-
"net/http"
21-
2220
"github.com/google/go-cmp/cmp"
2321
)
2422

@@ -44,6 +42,6 @@ func (e *EKSPodIdentityAssociation) IsEqual(other *EKSPodIdentityAssociation) bo
4442
if !cmp.Equal(e.RoleARN, other.RoleARN) {
4543
return false
4644
}
47-
x := http.DefaultClient
45+
4846
return true
4947
}

0 commit comments

Comments
 (0)