examples/fips_validation: fix buffer overflow
[dpdk.git] / buildtools / meson.build
index cf0048f..04808da 100644 (file)
@@ -17,6 +17,3 @@ else
 endif
 map_to_win_cmd = py3 + files('map_to_win.py')
 sphinx_wrapper = py3 + files('call-sphinx-build.py')
-
-# stable ABI always starts with "DPDK_"
-is_stable_cmd = [find_program('grep', 'findstr'), '^DPDK_']