Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2022-05-14 14:56:28 +0300
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2022-05-14 14:56:28 +0300
commit48ea24f89a184e9aeac21211816644f34d2dd073 (patch)
treeddda8928e5493b1a1a20e7259d32785be72dcd24 /common
parent9f563856c1b6e717f179c0c67bf1e5fb8758cdeb (diff)
common/herrors: Remove unused struct
Diffstat (limited to 'common')
-rw-r--r--common/herrors/file_error.go4
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
}