From 43ebd70e2d944be867e86678b6f578d2b6efedbb Mon Sep 17 00:00:00 2001 From: Tristan Claverie Date: Sat, 3 Mar 2018 15:20:30 +0100 Subject: [PATCH] Remove unused constant Signed-off-by: Tristan Claverie --- .../matrix-org/dendrite/cmd/dendrite-monolith-server/main.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/github.com/matrix-org/dendrite/cmd/dendrite-monolith-server/main.go b/src/github.com/matrix-org/dendrite/cmd/dendrite-monolith-server/main.go index de171adbc..89005c9d3 100644 --- a/src/github.com/matrix-org/dendrite/cmd/dendrite-monolith-server/main.go +++ b/src/github.com/matrix-org/dendrite/cmd/dendrite-monolith-server/main.go @@ -32,8 +32,6 @@ import ( "github.com/sirupsen/logrus" ) -const componentName = "monolith" - var ( httpBindAddr = flag.String("http-bind-address", ":8008", "The HTTP listening port for the server") httpsBindAddr = flag.String("https-bind-address", ":8448", "The HTTPS listening port for the server")