mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-29 06:42:25 -05:00
remove unused function to appease the linter
This commit is contained in:
parent
9baa3da081
commit
6fa0033a45
1 changed files with 0 additions and 6 deletions
6
internal/cache/timeline/status.go
vendored
6
internal/cache/timeline/status.go
vendored
|
|
@ -61,12 +61,6 @@ type StatusMeta struct {
|
|||
loaded *gtsmodel.Status
|
||||
}
|
||||
|
||||
// isNotLoaded is a small utility func that can fill
|
||||
// the slices.DeleteFunc() signature requirements.
|
||||
func (m *StatusMeta) isNotLoaded() bool {
|
||||
return m.loaded == nil
|
||||
}
|
||||
|
||||
// StatusTimelines ...
|
||||
type StatusTimelines struct {
|
||||
ptr atomic.Pointer[map[string]*StatusTimeline] // ronly except by CAS
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue