Skip to content

Commit

Permalink
cryptodev: remove unused extern variable
Browse files Browse the repository at this point in the history
[ upstream commit b6f30094e511c22f038907a507d16f7cc022c682 ]

The variable rte_cyptodev_names is unused and misspelled.

Fixes: c0f87eb ("cryptodev: change burst API to be crypto op oriented")

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
Acked-by: Akhil Goyal <gakhil@marvell.com>
  • Loading branch information
shemminger authored and kevintraynor committed Mar 5, 2024
1 parent b3ec4db commit 7683a75
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/cryptodev/rte_cryptodev.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ extern "C" {

#include "rte_cryptodev_trace_fp.h"

extern const char **rte_cyptodev_names;

/* Logging Macros */

#define CDEV_LOG_ERR(...) \
Expand Down

0 comments on commit 7683a75

Please sign in to comment.