ethdev: remove experimental flag of ports enumeration
[dpdk.git] / examples / ptpclient / meson.build
index d4171a2..fa0cbe9 100644 (file)
@@ -6,7 +6,6 @@
 # To build this example as a standalone application with an already-installed
 # DPDK instance, use 'make'
 
-allow_experimental_apis = true
 sources = files(
        'ptpclient.c'
 )