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
No known key found for this signature in database
GPG key ID: 330E6E2BD4859D8F

View file

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