diff 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
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}