mirror of
https://github.com/minio/mc.git
synced 2025-11-14 23:42:27 +03:00
Remove dead error
This commit is contained in:
@@ -18,14 +18,6 @@ package main
|
|||||||
|
|
||||||
import "fmt"
|
import "fmt"
|
||||||
|
|
||||||
type errInvalidTheme struct {
|
|
||||||
theme string
|
|
||||||
}
|
|
||||||
|
|
||||||
func (e errInvalidTheme) Error() string {
|
|
||||||
return "invalid theme: " + e.theme
|
|
||||||
}
|
|
||||||
|
|
||||||
type errInvalidArgument struct{}
|
type errInvalidArgument struct{}
|
||||||
|
|
||||||
func (e errInvalidArgument) Error() string {
|
func (e errInvalidArgument) Error() string {
|
||||||
|
|||||||
Reference in New Issue
Block a user