mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
common/herrors: Remove unused struct
This commit is contained in:
parent
9f563856c1
commit
48ea24f89a
1 changed files with 0 additions and 4 deletions
|
@ -122,10 +122,6 @@ type fileError struct {
|
|||
cause error
|
||||
}
|
||||
|
||||
type fileErrorWithErrorContext struct {
|
||||
*fileError
|
||||
}
|
||||
|
||||
func (e *fileError) ErrorContext() *ErrorContext {
|
||||
return e.errorContext
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue