Skip to content

Commit 2300ea0

Browse files
author
houyuxi
committed
chore: remove nouse export function
Signed-off-by: houyuxi <yuxi.hou@transwarp.io>
1 parent c9c9296 commit 2300ea0

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

pkg/monitor/nvidia/factory.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,6 @@ func ensureBuiltinsRegistered() {
3333
})
3434
}
3535

36-
func RegisterFactory(f api.CacheFactory) {
37-
api.RegisterFactory(f)
38-
}
39-
4036
func findFactory(header *HeaderT, fileSize int64) api.CacheFactory {
4137
ensureBuiltinsRegistered()
4238
return api.FindFactory(header, fileSize)

0 commit comments

Comments
 (0)