mirror of
https://github.com/minio/minio.git
synced 2025-11-09 21:49:46 -05:00
Remove unusued params and functions (#8399)
This commit is contained in:
@@ -119,7 +119,6 @@ func ParseHost(s string) (*Host, error) {
|
||||
return nil, err
|
||||
}
|
||||
host = s
|
||||
portStr = ""
|
||||
} else {
|
||||
if port, err = ParsePort(portStr); err != nil {
|
||||
return nil, err
|
||||
|
||||
Reference in New Issue
Block a user