forgejo/services
Nanguan Lin 6a725b6f9c
Remove deadcode under models/issues (#28536)
Using the Go Official tool `golang.org/x/tools/cmd/deadcode@latest`
mentioned by [go blog](https://go.dev/blog/deadcode).
Just use `deadcode .` in the project root folder and it gives a list of
unused functions. Though it has some false alarms.
This PR removes dead code detected in `models/issues`.
2023-12-19 20:12:02 +01:00
..
actions Improve ObjectFormat interface (#28496) 2023-12-19 07:20:47 +00:00
agit
asymkey Use db.Find instead of writing methods for every object (#28084) 2023-11-24 03:49:41 +00:00
attachment
auth
automerge
context
convert
cron Update go dependencies (#28518) 2023-12-19 09:18:42 +08:00
externalaccount
feed
forms
gitdiff Add option to disable ambiguous unicode characters detection (#28454) 2023-12-17 14:38:54 +00:00
indexer
issue Remove deadcode under models/issues (#28536) 2023-12-19 20:12:02 +01:00
lfs
mailer
markup
migrations Bump google/go-github to v57 (#28514) 2023-12-18 15:42:04 -06:00
mirror
notify
org
packages
pull Improve ObjectFormat interface (#28496) 2023-12-19 07:20:47 +00:00
release
repository Always enable caches (#28527) 2023-12-19 09:29:05 +00:00
secrets
task
uinotification
user
webhook
wiki