mirror of
https://github.com/go-gitea/gitea
synced 2025-11-02 04:18:25 +00:00
delete unused structs
This commit is contained in:
@@ -4,16 +4,9 @@
|
||||
|
||||
package bots
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
|
||||
bots_model "code.gitea.io/gitea/models/bots"
|
||||
"code.gitea.io/gitea/modules/graceful"
|
||||
"code.gitea.io/gitea/modules/log"
|
||||
"code.gitea.io/gitea/modules/queue"
|
||||
//"code.gitea.io/gitea/modules/json"
|
||||
)
|
||||
//"code.gitea.io/gitea/modules/json"
|
||||
|
||||
/*
|
||||
// buildQueue is a global queue of bot build
|
||||
var buildQueue queue.Queue
|
||||
|
||||
@@ -59,4 +52,4 @@ func handle(data ...queue.Data) []queue.Data {
|
||||
}
|
||||
}
|
||||
return unhandled
|
||||
}
|
||||
}*/
|
||||
|
||||
Reference in New Issue
Block a user