Skip to content

Commit df156ad

Browse files
authored
fix: Remove unused code (#7991)
1 parent d64ed8c commit df156ad

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

agent/utils/xpack/xpack.go

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,6 @@ import (
1414

1515
func RemoveTamper(website string) {}
1616

17-
func LoadGpuInfo() []interface{} {
18-
return nil
19-
}
20-
21-
func LoadXpuInfo() []interface{} {
22-
return nil
23-
}
24-
2517
func StartClam(startClam model.Clam, isUpdate bool) (int, error) {
2618
return 0, buserr.New("ErrXpackNotFound")
2719
}

0 commit comments

Comments
 (0)