diff --git a/helper/resource/error.go b/helper/resource/error.go index 58bd127ad3..706a40b1cc 100644 --- a/helper/resource/error.go +++ b/helper/resource/error.go @@ -15,7 +15,3 @@ func (e *NotFoundError) Error() string { return "couldn't find resource" } - -func NewNotFoundError(err string) *NotFoundError { - return &NotFoundError{Message: err} -}