mirror of
https://github.com/gohugoio/hugo.git
synced 2024-05-11 05:54:58 +00:00
common/herrors: Remove unused struct
This commit is contained in:
@ -122,10 +122,6 @@ type fileError struct {
|
|||||||
cause error
|
cause error
|
||||||
}
|
}
|
||||||
|
|
||||||
type fileErrorWithErrorContext struct {
|
|
||||||
*fileError
|
|
||||||
}
|
|
||||||
|
|
||||||
func (e *fileError) ErrorContext() *ErrorContext {
|
func (e *fileError) ErrorContext() *ErrorContext {
|
||||||
return e.errorContext
|
return e.errorContext
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user