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/vlib/main.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/vlib/main.c')
-rw-r--r-- | src/vlib/main.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/vlib/main.c b/src/vlib/main.c index fb3eb108736..c3ca8b153f0 100644 --- a/src/vlib/main.c +++ b/src/vlib/main.c @@ -44,9 +44,6 @@ #include <vppinfra/tw_timer_1t_3w_1024sl_ov.h> #include <vlib/unix/unix.h> -#include <vlib/unix/cj.h> - -CJ_GLOBAL_LOG_PROTOTYPE; /* Actually allocate a few extra slots of vector data to support speculative vector enqueues which overflow vector data in next frame. */ |