From b5bd6fd60aef5682f1e0627d11a242b7709da783 Mon Sep 17 00:00:00 2001 From: Emile Date: Fri, 11 Oct 2019 14:32:37 +0200 Subject: removed duplicate declaration --- src/main.go | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/main.go b/src/main.go index b974704..4f7f2ee 100644 --- a/src/main.go +++ b/src/main.go @@ -8,11 +8,6 @@ import ( var ( port *int - - // map the username to the amount of challenges solved - // TODO: challenges should get a score and the score should be exposed - // instead of "solved" or "not solved". - userScore map[string]int ) func main() { -- cgit 1.4.1