Skip to content

Commit 3c1daa9

Browse files
perdasilvaPer Goncalves da Silva
and
Per Goncalves da Silva
authoredSep 14, 2023
remove dangling unused constant (#3033)
Signed-off-by: Per Goncalves da Silva <[email protected]> Co-authored-by: Per Goncalves da Silva <[email protected]>
1 parent 5c9ae5a commit 3c1daa9

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed
 

Diff for: ‎pkg/lib/ownerutil/util.go

+3-4
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,9 @@ import (
2020
)
2121

2222
const (
23-
OwnerKey = "olm.owner"
24-
OwnerNamespaceKey = "olm.owner.namespace"
25-
OwnerKind = "olm.owner.kind"
26-
OwnerPackageServer = "packageserver"
23+
OwnerKey = "olm.owner"
24+
OwnerNamespaceKey = "olm.owner.namespace"
25+
OwnerKind = "olm.owner.kind"
2726
)
2827

2928
var (

0 commit comments

Comments
 (0)
Please sign in to comment.