mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-12-16 12:23:01 -06: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
|
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 ...
|
// StatusTimelines ...
|
||||||
type StatusTimelines struct {
|
type StatusTimelines struct {
|
||||||
ptr atomic.Pointer[map[string]*StatusTimeline] // ronly except by CAS
|
ptr atomic.Pointer[map[string]*StatusTimeline] // ronly except by CAS
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue