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 21, 2023
1 parent 2fc52d6 commit 1886409
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 @@ -335,7 +335,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 1886409

Please sign in to comment.