From ce2a14fa83cb18dd39329cfd85ae46279fc3351b Mon Sep 17 00:00:00 2001 From: lifeiyi <736926938@qq.com> Date: Mon, 21 Dec 2020 15:14:08 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96rpc?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- rpc/rpchandler.go | 1 - 1 file changed, 1 deletion(-) diff --git a/rpc/rpchandler.go b/rpc/rpchandler.go index 3106f15..b142fb7 100644 --- a/rpc/rpchandler.go +++ b/rpc/rpchandler.go @@ -49,7 +49,6 @@ type RpcHandler struct { callRequest chan *RpcRequest rpcHandler IRpcHandler mapFunctions map[string]RpcMethodInfo - mapRawFunctions map[int] funcRpcClient FuncRpcClient funcRpcServer FuncRpcServer