Skip to content

Commit

Permalink
tidy: remove now unneeded reference
Browse files Browse the repository at this point in the history
  • Loading branch information
tauraamui committed Jul 11, 2023
1 parent b065616 commit d901bfd
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions storage/store.go
Original file line number Diff line number Diff line change
Expand Up @@ -101,11 +101,6 @@ func LoadAll[T Value](s Store, v T, owner kvs.UUID) ([]T, error) {
db := s.db
dest := []T{}

// keep for later reference
/*
typeRef := new(E)
*/

blankEntries := kvs.ConvertToBlankEntries(v.TableName(), owner, 0, v)
for _, ent := range blankEntries {
// iterate over all stored values for this entry
Expand Down

0 comments on commit d901bfd

Please sign in to comment.