fix: Remove unused code (#7991)

This commit is contained in:
ssongliu
2025-02-25 14:28:37 +08:00
committed by GitHub
parent d64ed8c718
commit df156ad1f6
-8
View File
@@ -14,14 +14,6 @@ import (
func RemoveTamper(website string) {}
func LoadGpuInfo() []interface{} {
return nil
}
func LoadXpuInfo() []interface{} {
return nil
}
func StartClam(startClam model.Clam, isUpdate bool) (int, error) {
return 0, buserr.New("ErrXpackNotFound")
}