mirror of
https://github.com/go-gitea/gitea.git
synced 2025-08-31 21:12:51 +09:00
delete unused structs
This commit is contained in:
@ -19,10 +19,6 @@ type TaskLog struct {
|
||||
Content string `xorm:"LONGTEXT"`
|
||||
}
|
||||
|
||||
func init() {
|
||||
db.RegisterModel(new(TaskLog))
|
||||
}
|
||||
|
||||
func GetTaskLogTableName(taskID int64) string {
|
||||
return fmt.Sprintf("bots_task_log_%d", taskID)
|
||||
}
|
||||
|
Reference in New Issue
Block a user