Skip to content

Commit

Permalink
remove unused
Browse files Browse the repository at this point in the history
Signed-off-by: James Phillips <[email protected]>
  • Loading branch information
jamesdphillips committed Jul 21, 2022
1 parent d5727ef commit 5e89348
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions backend/apid/graphql/corev3.go
Original file line number Diff line number Diff line change
Expand Up @@ -118,11 +118,6 @@ func getEntityComponent(ctx context.Context, client GenericClient, meta *corev2.
return nil, err
}

func getCoreV2Entity(ctx context.Context, client EntityClient, meta *corev2.ObjectMeta) (interface{}, error) {
ctx = contextWithNamespace(ctx, meta.Namespace)
return client.FetchEntity(ctx, meta.Name)
}

type corev3EntityStateImpl struct {
schema.CoreV3EntityStateAliases
}
Expand Down

0 comments on commit 5e89348

Please sign in to comment.