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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -14,14 +14,6 @@ import (
func RemoveTamper(website string) {} func RemoveTamper(website string) {}
func LoadGpuInfo() []interface{} {
return nil
}
func LoadXpuInfo() []interface{} {
return nil
}
func StartClam(startClam model.Clam, isUpdate bool) (int, error) { func StartClam(startClam model.Clam, isUpdate bool) (int, error) {
return 0, buserr.New("ErrXpackNotFound") return 0, buserr.New("ErrXpackNotFound")
} }