The variable rte_cyptodev_names is unused and misspelled. Fixes: c0f87eb5252b ("cryptodev: change burst API to be crypto op oriented") Signed-off-by: Stephen Hemminger <step...@networkplumber.org> --- lib/cryptodev/rte_cryptodev.h | 2 -- 1 file changed, 2 deletions(-)
diff --git a/lib/cryptodev/rte_cryptodev.h b/lib/cryptodev/rte_cryptodev.h index aaeaf294e6bb..59c7d69da5cc 100644 --- a/lib/cryptodev/rte_cryptodev.h +++ b/lib/cryptodev/rte_cryptodev.h @@ -26,8 +26,6 @@ extern "C" { #include "rte_cryptodev_trace_fp.h" -extern const char **rte_cyptodev_names; - /* Logging Macros */ #define CDEV_LOG_ERR(...) \ -- 2.42.0