changeset 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 847de131893a
children 7724bb582e80
files pkg/xlsx/templater.go
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/pkg/xlsx/templater.go	Fri Aug 05 12:24:02 2022 +0200
+++ b/pkg/xlsx/templater.go	Fri Aug 05 12:25:24 2022 +0200
@@ -151,8 +151,6 @@
 	return nil
 }
 
-var reused int
-
 func (e *executor) getCellFormula(sheet, axis string) (string, error) {
 	var (
 		k  = sheetAxis{sheet: sheet, axis: axis}