From 0dd83746d14449ec5b64399d1b9cf4f05cf25fd0 Mon Sep 17 00:00:00 2001 From: Brendan Abolivier Date: Fri, 7 Jul 2017 16:40:12 +0100 Subject: [PATCH] Remove unused import --- src/github.com/matrix-org/dendrite/clientapi/readers/profile.go | 1 - 1 file changed, 1 deletion(-) diff --git a/src/github.com/matrix-org/dendrite/clientapi/readers/profile.go b/src/github.com/matrix-org/dendrite/clientapi/readers/profile.go index 65e4dca10..1e82006de 100644 --- a/src/github.com/matrix-org/dendrite/clientapi/readers/profile.go +++ b/src/github.com/matrix-org/dendrite/clientapi/readers/profile.go @@ -22,7 +22,6 @@ import ( "github.com/matrix-org/dendrite/clientapi/auth/storage/accounts" "github.com/matrix-org/dendrite/clientapi/httputil" "github.com/matrix-org/dendrite/clientapi/jsonerror" - // "github.com/matrix-org/gomatrixserverlib" "github.com/matrix-org/util" )