mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-10-17 19:07:08 +08:00
fix: Remove unused code (#7991)
This commit is contained in:
parent
d64ed8c718
commit
df156ad1f6
1 changed files with 0 additions and 8 deletions
|
@ -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")
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue