Skip to content

Commit

Permalink
refactor: remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
Tinyblargon committed Aug 27, 2024
1 parent 88a046b commit 97cb971
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions proxmox/resource_vm_qemu.go
Original file line number Diff line number Diff line change
Expand Up @@ -4678,14 +4678,3 @@ func warnings_DiskPassthrough(slot string, schema map[string]interface{}) diag.D
}
return diag.Diagnostics{}
}

func warning_iothread_Disk(slot, property, value, extra string) diag.Diagnostic {
return warningDisk(slot, "iothread", property, value, extra)
}

func warning_iso_Disk(slot string, schema map[string]interface{}) diag.Diagnostics {
if schema["iso"].(string) != "" {
return diag.Diagnostics{warningDisk(slot, "iso", "type", "disk", "")}
}
return nil
}

0 comments on commit 97cb971

Please sign in to comment.