forked from forgejo/forgejo
Backport #28636
Fix #28231, and remove some unused code.
(cherry picked from commit 2165729d16
)
This commit is contained in:
parent
d694579bdf
commit
ea8ca5b509
5 changed files with 6 additions and 14 deletions
|
@ -30,9 +30,6 @@ var (
|
|||
x *xorm.Engine
|
||||
tables []any
|
||||
initFuncs []func() error
|
||||
|
||||
// HasEngine specifies if we have a xorm.Engine
|
||||
HasEngine bool
|
||||
)
|
||||
|
||||
// Engine represents a xorm engine or session.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue