From b7b9cd22ddcd5cac6c0df4c83555485dafab0494 Mon Sep 17 00:00:00 2001 From: Bo-Yi Wu Date: Tue, 14 Nov 2017 16:56:57 +0800 Subject: [PATCH] remove unused const Signed-off-by: Bo-Yi Wu --- rpc/server.go | 4 ---- 1 file changed, 4 deletions(-) diff --git a/rpc/server.go b/rpc/server.go index 3556786..1ad0975 100644 --- a/rpc/server.go +++ b/rpc/server.go @@ -14,10 +14,6 @@ import ( "google.golang.org/grpc/status" ) -const ( - port = ":9000" -) - // Server is used to implement gorush grpc server. type Server struct { mu sync.Mutex