Unused code SCC-U1000
Bug risk
Major
6 months ago3 years old
func assetFS is unused
293	return filepath.Join(append([]string{dir}, strings.Split(cannonicalName, "/")...)...)
294}
295
296func assetFS() *assetfs.AssetFS {297	assetInfo := os.Stat
298	for k := range _bintree.Children {
299		return &assetfs.AssetFS{Asset: Asset, AssetDir: AssetDir, AssetInfo: assetInfo, Prefix: k}
113	maxlifetime int64
114	conninfo    []string
115	poolsize    int
116	password    string117}
118
119// SessionInit init memcache session
112type MemProvider struct {
113	maxlifetime int64
114	conninfo    []string
115	poolsize    int116	password    string
117}
118
func (*adminController).registerHttpServer is unused
 32	servers []*HttpServer
 33}
 34
 35func (a *adminController) registerHttpServer(svr *HttpServer) { 36	a.servers = append(a.servers, svr)
 37}
 38
func sozLog is unused
 451	return n
 452}
 453
 454func sozLog(x uint64) (n int) { 455	return sovLog((x << 1) ^ (x >> 63))
 456}
 457