# HG changeset patch # User Sascha L. Teichmann # Date 1550069230 -3600 # Node ID 52093f82a786c786a2f22e83690aeeaa908ce43a # Parent 783c1454ab47b4df035b0a855db6e48acf1a1bdc Gauge measurement imports: Removed dead code. diff -r 783c1454ab47 -r 52093f82a786 pkg/imports/gm.go --- 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"