Skip to content

Commit

Permalink
Remove ServerRescueTypeFreeBSD64 (#203)
Browse files Browse the repository at this point in the history
Signed-off-by: Lukas Kämmerling <[email protected]>
  • Loading branch information
LKaemmerling authored Jun 21, 2022
1 parent d5b0ace commit 8f67d53
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions hcloud/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -136,9 +136,8 @@ type ServerRescueType string

// List of rescue types.
const (
ServerRescueTypeLinux32 ServerRescueType = "linux32"
ServerRescueTypeLinux64 ServerRescueType = "linux64"
ServerRescueTypeFreeBSD64 ServerRescueType = "freebsd64"
ServerRescueTypeLinux32 ServerRescueType = "linux32"
ServerRescueTypeLinux64 ServerRescueType = "linux64"
)

// changeDNSPtr changes or resets the reverse DNS pointer for a IP address.
Expand Down

0 comments on commit 8f67d53

Please sign in to comment.