From 48ea24f89a184e9aeac21211816644f34d2dd073 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Sat, 14 May 2022 13:56:28 +0200 Subject: [PATCH] common/herrors: Remove unused struct --- common/herrors/file_error.go | 4 ---- 1 file changed, 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 }