comparison pkg/xlsx/templater.go @ 5597:163f38c69a07

Removed unused variable found by staticcheck.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Fri, 05 Aug 2022 12:25:24 +0200
parents 5f47eeea988d
children 1222b777f51f
comparison
equal deleted inserted replaced
5596:847de131893a 5597:163f38c69a07
148 template.DeleteSheet(sheet) 148 template.DeleteSheet(sheet)
149 } 149 }
150 } 150 }
151 return nil 151 return nil
152 } 152 }
153
154 var reused int
155 153
156 func (e *executor) getCellFormula(sheet, axis string) (string, error) { 154 func (e *executor) getCellFormula(sheet, axis string) (string, error) {
157 var ( 155 var (
158 k = sheetAxis{sheet: sheet, axis: axis} 156 k = sheetAxis{sheet: sheet, axis: axis}
159 v cellValue 157 v cellValue