numam-dpdk/lib/librte_flow_classify
Thomas Monjalon f8e9989606 remove useless constructor headers
A constructor is usually declared with RTE_INIT* macros.
As it is a static function, no need to declare before its definition.
The macro is used directly in the function definition.

Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
2018-07-12 00:00:35 +02:00
..
Makefile mk: add experimental tag check 2018-01-29 23:35:29 +01:00
meson.build build: replace license text with SPDX tag 2018-01-30 21:58:59 +01:00
rte_flow_classify_parse.c flow_classify: remove void pointer cast 2018-03-30 14:08:43 +02:00
rte_flow_classify_parse.h flow_classify: remove table id parameter from API 2018-01-11 19:15:26 +01:00
rte_flow_classify_version.map flow_classify: remove table id parameter from API 2018-01-11 19:15:26 +01:00
rte_flow_classify.c remove useless constructor headers 2018-07-12 00:00:35 +02:00
rte_flow_classify.h add experimental tag to appropriate functions 2018-01-29 23:35:29 +01:00