From: Bjørn Erik Pedersen Date: Sat, 14 May 2022 11:56:28 +0000 (+0200) Subject: common/herrors: Remove unused struct X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=48ea24f89;p=brevno-suite%2Fhugo common/herrors: Remove unused struct --- diff --git a/common/herrors/file_error.go b/common/herrors/file_error.go index 5cdb0e53b..318245654 100644 --- a/common/herrors/file_error.go +++ b/common/herrors/file_error.go @@ -122,10 +122,6 @@ type fileError struct { cause error } -type fileErrorWithErrorContext struct { - *fileError -} - func (e *fileError) ErrorContext() *ErrorContext { return e.errorContext }