pelias / api

HTTP API for Pelias Geocoder
http://pelias.io
MIT License
219 stars 163 forks source link

Removed unused boost_exact_matches #1679

Closed gmarti closed 1 month ago

gmarti commented 1 month ago

Hello,

When looking at the code I've found that boost_exact_matches has been disabled but the code is still there.

What about removing it ?

missinglink commented 1 month ago

hmm yeah you're right, it seems all references were removed in https://github.com/pelias/api/pull/1287 but these files/lines were missed.

The tests all pass, happy to merge this for house-keeping.