mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-12 09:23:09 -06:00
Remove unused constant
Signed-off-by: Tristan Claverie <public@tclaverie.eu>
This commit is contained in:
parent
1194e09e22
commit
43ebd70e2d
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Reference in a new issue