Skip to content

Commit bf9db66

Browse files
author
houyuxi
committed
fix: remove redundant ensureBuiltinsRegistered call
Signed-off-by: houyuxi <yuxi.hou@transwarp.io>
1 parent 2300ea0 commit bf9db66

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

pkg/monitor/nvidia/factory.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,5 @@ func ensureBuiltinsRegistered() {
3434
}
3535

3636
func findFactory(header *HeaderT, fileSize int64) api.CacheFactory {
37-
ensureBuiltinsRegistered()
3837
return api.FindFactory(header, fileSize)
3938
}

0 commit comments

Comments
 (0)