intel / hyperscan

High-performance regular expression matching library
https://www.hyperscan.io
Other
4.8k stars 715 forks source link

Remove unused boost version header #383

Open bmagistro opened 1 year ago

bmagistro commented 1 year ago

It appears this header is not utilized within this file and does not appear to affect building hyperscan. This also removes a potential recompile path when the boost version changes[1].

[1] https://github.com/boostorg/config/blob/develop/include/boost/version.hpp#L13

Signed-off-by: Ben Magistro koncept1@gmail.com