Skip to content

Commit 6ef4597

Browse files
committed
remove unused function
1 parent 0fa4af3 commit 6ef4597

File tree

1 file changed

+0
-4
lines changed
  • cloud/services/compute/instance

1 file changed

+0
-4
lines changed

cloud/services/compute/instance/qemu.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -88,10 +88,6 @@ func (s *Service) getNodes() ([]*api.Node, error) {
8888
return s.client.Nodes(context.TODO())
8989
}
9090

91-
func (s *Service) getNode(ctx context.Context, name string) (*api.Node, error) {
92-
return s.client.Node(ctx, name)
93-
}
94-
9591
// GetRandomNode returns a node chosen randomly
9692
func (s *Service) getRandomNode() (*api.Node, error) {
9793
nodes, err := s.getNodes()

0 commit comments

Comments
 (0)