Skip to content

Commit

Permalink
fix build issue after merge
Browse files Browse the repository at this point in the history
  • Loading branch information
HJ-Fan committed Oct 8, 2024
1 parent 0af475e commit ff8b83e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions pkg/backend/httpfish.go
Original file line number Diff line number Diff line change
Expand Up @@ -1303,11 +1303,6 @@ func (service *httpfishService) GetHostPortPcieDevices(ctx context.Context, sett
logger.V(4).Info("====== GetHostPortPcieDevices ======")
logger.V(4).Info("GetHostPortPcieDevices", "req", req)

var ret = GetPortsResponse{
Status: "Failure",
PortIds: []string{},
}

session := service.service.session.(*Session)

// Allow host sessions only
Expand Down

0 comments on commit ff8b83e

Please sign in to comment.