diff options
author | Bjørn Erik Pedersen <[email protected]> | 2022-05-14 13:56:28 +0200 |
---|---|---|
committer | Bjørn Erik Pedersen <[email protected]> | 2022-05-14 13:56:28 +0200 |
commit | 48ea24f89a184e9aeac21211816644f34d2dd073 (patch) | |
tree | ddda8928e5493b1a1a20e7259d32785be72dcd24 /common | |
parent | 9f563856c1b6e717f179c0c67bf1e5fb8758cdeb (diff) | |
download | hugo-48ea24f89a184e9aeac21211816644f34d2dd073.tar.gz hugo-48ea24f89a184e9aeac21211816644f34d2dd073.zip |
common/herrors: Remove unused struct
Diffstat (limited to 'common')
-rw-r--r-- | common/herrors/file_error.go | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/common/herrors/file_error.go b/common/herrors/file_error.go index 5cdb0e53b..318245654 100644 --- 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 } |