diff options
author | Dave Barach <dave@barachs.net> | 2020-04-27 09:59:04 -0400 |
---|---|---|
committer | Florin Coras <florin.coras@gmail.com> | 2020-04-27 15:07:42 +0000 |
commit | ce32770251e4494803f2ab01d7b07801618b7bf0 (patch) | |
tree | c7d630489c36ea4ee06511bbea583e632755dd42 /src/plugins/dpdk/device/format.c | |
parent | 83ceffcd980494c6146ca67a0fa709b2c37ef13e (diff) |
vlib: deprecate i2c and cj
i2c follows its only use case - the original 82599 driver - into
extras/deprecated.
cj is/was an emergency debug tool unused in several years. Move to
extras/deprecated/vlib
Type: refactor
Signed-off-by: Dave Barach <dave@barachs.net>
Change-Id: Ib55b65373f62630db295c562974bd8f2456c3107
Diffstat (limited to 'src/plugins/dpdk/device/format.c')
-rw-r--r-- | src/plugins/dpdk/device/format.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/dpdk/device/format.c b/src/plugins/dpdk/device/format.c index 0eb2726110a..3d6e80ff2fb 100644 --- a/src/plugins/dpdk/device/format.c +++ b/src/plugins/dpdk/device/format.c @@ -15,7 +15,6 @@ #include <vnet/vnet.h> #include <vppinfra/vec.h> #include <vppinfra/format.h> -#include <vlib/unix/cj.h> #include <assert.h> #define __USE_GNU |