diff options
Diffstat (limited to 'examples/skeleton/meson.build')
-rw-r--r-- | examples/skeleton/meson.build | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/examples/skeleton/meson.build b/examples/skeleton/meson.build index 89ddba2..9bb9ec3 100644 --- a/examples/skeleton/meson.build +++ b/examples/skeleton/meson.build @@ -6,9 +6,6 @@ # To build this example as a standalone application with an already-installed # DPDK instance, use 'make' -allow_experimental_apis = true sources = files( 'basicfwd.c' ) - -allow_experimental_apis = true |