build: disable experimental API check internally
[dpdk.git] / drivers / common / iavf / meson.build
index 7b68ef2..ce50ace 100644 (file)
@@ -1,8 +1,6 @@
 # SPDX-License-Identifier: BSD-3-Clause
 # Copyright(c) 2019 Intel Corporation
 
-allow_experimental_apis = true
-
 sources = files('iavf_adminq.c', 'iavf_common.c', 'iavf_impl.c')
 
 if cc.has_argument('-Wno-pointer-to-int-cast')