URI: 
       common/herrors: Remove unused struct - hugo - [fork] hugo port for 9front
  HTML git clone git@git.drkhsh.at/hugo.git
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
   DIR README
   DIR LICENSE
       ---
   DIR commit 48ea24f89a184e9aeac21211816644f34d2dd073
   DIR parent 9f563856c1b6e717f179c0c67bf1e5fb8758cdeb
  HTML Author: Bjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
       Date:   Sat, 14 May 2022 13:56:28 +0200
       
       common/herrors: Remove unused struct
       
       Diffstat:
         M common/herrors/file_error.go        |       4 ----
       
       1 file changed, 0 insertions(+), 4 deletions(-)
       ---
   DIR diff --git 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
        }