1
0
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:
Harshavardhana
2015-04-16 17:02:13 -07:00
parent a746db9d2d
commit 0d972285a1

View File

@@ -18,14 +18,6 @@ package main
import "fmt"
type errInvalidTheme struct {
theme string
}
func (e errInvalidTheme) Error() string {
return "invalid theme: " + e.theme
}
type errInvalidArgument struct{}
func (e errInvalidArgument) Error() string {