common/herrors: Remove unused struct

This commit is contained in:
Bjørn Erik Pedersen
2022-05-14 13:56:28 +02:00
parent 9f563856c1
commit 48ea24f89a

View File

@@ -122,10 +122,6 @@ type fileError struct {
cause error
}
type fileErrorWithErrorContext struct {
*fileError
}
func (e *fileError) ErrorContext() *ErrorContext {
return e.errorContext
}