commit 48ea24f89a184e9aeac21211816644f34d2dd073
parent 9f563856c1b6e717f179c0c67bf1e5fb8758cdeb
Author: Bjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Date: Sat, 14 May 2022 13:56:28 +0200
common/herrors: Remove unused struct
Diffstat:
1 file changed, 0 insertions(+), 4 deletions(-)
diff --git 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
}