From c86636d6364df59fcdce503c69ef6c8e2e876225 Mon Sep 17 00:00:00 2001 From: John Beisley Date: Sun, 29 Sep 2013 16:03:27 +0100 Subject: [PATCH] Remove TODO dealt with in the last commit. --- device.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/device.go b/device.go index a05970a..2045879 100644 --- a/device.go +++ b/device.go @@ -9,8 +9,6 @@ import ( "net/url" ) -// TODO: Do the sub-structures have to be pointers? - const ( DeviceXMLNamespace = "urn:schemas-upnp-org:device-1-0" )