mirror of
https://codeberg.org/davrot/forgejo.git
synced 2025-06-22 23:00:04 +02:00
Backport #28636 Fix #28231, and remove some unused code. (cherry picked from commit 2165729d16cbb56087f38c9c04f8ffb5ccf6fdc0)
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