about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--main.go5
1 files changed, 0 insertions, 5 deletions
diff --git a/main.go b/main.go
index e494ab7..6cce1ca 100644
--- a/main.go
+++ b/main.go
@@ -20,11 +20,6 @@ var (
 	mutex   = &sync.Mutex{}
 )
 
-type metric struct {
-	key   string
-	value float64
-}
-
 // indexHandler handles incomming requests on the / endpoint
 func indexHandler(w http.ResponseWriter, r *http.Request) {
 	infostring := `Galaxy Simulator Manager