gitea/routers
silverwind aba87285f0
Remove dead code identified by `deadcode` tool (#37271)
Ran [`deadcode`](https://pkg.go.dev/golang.org/x/tools/cmd/deadcode)
(`-test ./...`) to find functions, methods and error types unreachable
from any call path (including tests), and removed the truly-dead ones.

Co-authored-by: Claude (Opus 4.7) <noreply@anthropic.com>
2026-04-20 07:52:48 +00:00
..
api Remove dead code identified by `deadcode` tool (#37271) 2026-04-20 07:52:48 +00:00
common Remove htmx (#37224) 2026-04-15 17:26:26 +00:00
install Remove outdated RunUser logic (#37180) 2026-04-12 02:52:12 +00:00
private
utils Refactor flash message and remove SanitizeHTML template func (#37179) 2026-04-12 10:17:25 +08:00
web Remove dead code identified by `deadcode` tool (#37271) 2026-04-20 07:52:48 +00:00
init.go