From 6a00b5a79e0fad85f5988060b25e3769eeba4ec4 Mon Sep 17 00:00:00 2001 From: Jakob Borg Date: Sat, 20 Sep 2014 22:18:03 +0200 Subject: [PATCH] Fix import (merge error) that broke the build. --- cmd/syncthing/gui.go | 1 - 1 file changed, 1 deletion(-) diff --git a/cmd/syncthing/gui.go b/cmd/syncthing/gui.go index 93aa0614e..6aead4795 100644 --- a/cmd/syncthing/gui.go +++ b/cmd/syncthing/gui.go @@ -14,7 +14,6 @@ import ( "net/http" "os" "path/filepath" - "reflect" "runtime" "strconv" "strings"