summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
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
}