remove unused function to appease the linter

This commit is contained in:
kim 2025-04-03 14:05:24 +01:00
commit 6fa0033a45

View file

@ -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