From e8ba6d477182a73ba417d0d69999a104d04cd912 Mon Sep 17 00:00:00 2001 From: Audrius Butkevicius Date: Mon, 21 Aug 2017 11:41:40 +0000 Subject: [PATCH] lib/upnp: Fix build GitHub-Pull-Request: https://github.com/syncthing/syncthing/pull/4316 --- lib/upnp/upnp.go | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/upnp/upnp.go b/lib/upnp/upnp.go index 2297737c9..dcbf3d8ae 100644 --- a/lib/upnp/upnp.go +++ b/lib/upnp/upnp.go @@ -42,7 +42,6 @@ import ( "net" "net/http" "net/url" - "regexp" "runtime" "strings" "time"