Unnamed repository; edit this file 'description' to name the repository.
Auto merge of #153114 - nnethercote:rm-query-arrays, r=petrochenkov
Remove query function arrays
`define_queries!` produces four arrays of function pointers, which other functions iterate over. These aren't actually necessary.
r? @petrochenkov