Skip to content

Commit

Permalink
Removed docstring that added nothing
Browse files Browse the repository at this point in the history
  • Loading branch information
mhutchinson committed Nov 16, 2023
1 parent da7cf49 commit 2e0ce9e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion storage/mysql/tree_storage.go
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,6 @@ func checkResultOkAndRowCountIs(res sql.Result, err error, count int64) error {
return nil
}

// getSubtrees returns a GetSubtreesFunc.
func (t *treeTX) getSubtreesFunc(ctx context.Context) cache.GetSubtreesFunc {
return func(ids [][]byte) ([]*storagepb.SubtreeProto, error) {
return t.getSubtrees(ctx, ids)
Expand Down

0 comments on commit 2e0ce9e

Please sign in to comment.