提交 1e5795b8 编写于 作者: H Helin Wang

remove unused file

上级 0babf84b
package pserver
type partitioner struct {
shardNum int
}
// partitioner partitions the parameters into shards.
func newPartitioner(shardNum int) *partitioner {
return &partitioner{shardNum: shardNum}
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册