Skip to content

Commit

Permalink
remove unused struct
Browse files Browse the repository at this point in the history
  • Loading branch information
akpsgit committed Jul 27, 2023
1 parent 1a8270d commit f9e5b34
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions runtime_scan/pkg/provider/azure/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -223,11 +223,6 @@ func (c *Client) processVirtualMachineListIntoAssetTypes(ctx context.Context, vm
return ret, nil
}

type rootVolumeInfo struct {
SizeGB int32
Encrypted bool
}

func (c *Client) getRootVolumeInfo(ctx context.Context, vm *armcompute.VirtualMachine) *models.RootVolume {
logger := log.GetLoggerFromContextOrDiscard(ctx)
ret := &models.RootVolume{
Expand Down

0 comments on commit f9e5b34

Please sign in to comment.