changeset 2244:52093f82a786

Gauge measurement imports: Removed dead code.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Wed, 13 Feb 2019 15:47:10 +0100
parents 783c1454ab47
children 7d784840a9a7
files pkg/imports/gm.go
diffstat 1 files changed, 0 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/pkg/imports/gm.go	Wed Feb 13 15:42:18 2019 +0100
+++ b/pkg/imports/gm.go	Wed Feb 13 15:47:10 2019 +0100
@@ -35,12 +35,6 @@
 	Insecure bool `json:"insecure"`
 }
 
-// gauge holds information about a gauge and the latest measurement
-type gauge struct {
-	location models.Isrs
-	latest   time.Time
-}
-
 // GMJobKind is the import queue type identifier.
 const GMJobKind JobKind = "gm"