Skip to content

Commit

Permalink
remove useless comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
ericpromislow committed Dec 3, 2024
1 parent 5f3ee9e commit e1c53ba
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/cache/sql/informer/listoption_indexer.go
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,6 @@ func (l *ListOptionIndexer) constructQuery(lo ListOptions, partitions []partitio
}

func (l *ListOptionIndexer) executeQuery(ctx context.Context, queryInfo *QueryInfo) (*unstructured.UnstructuredList, int, string, error) {
// execute
stmt := l.Prepare(queryInfo.query)
defer l.CloseStmt(stmt)

Expand Down

0 comments on commit e1c53ba

Please sign in to comment.