Remove unused method in PreConfiguredTokenFilter (#96747)
The "shouldUseFilterForMultitermQueries" method shows up as unused.
I was trying to determine what the "useFilterForMultitermQueries" flag controls,
apparently the only real use is in the later "create()" method now.