aboutsummaryrefslogtreecommitdiffstats
path: root/src/vlib/threads.c
diff options
context:
space:
mode:
authorDave Barach <dave@barachs.net>2020-04-27 09:59:04 -0400
committerFlorin Coras <florin.coras@gmail.com>2020-04-27 15:07:42 +0000
commitce32770251e4494803f2ab01d7b07801618b7bf0 (patch)
treec7d630489c36ea4ee06511bbea583e632755dd42 /src/vlib/threads.c
parent83ceffcd980494c6146ca67a0fa709b2c37ef13e (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/threads.c')
-rw-r--r--src/vlib/threads.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/vlib/threads.c b/src/vlib/threads.c
index 82263797d93..2f141f10d05 100644
--- a/src/vlib/threads.c
+++ b/src/vlib/threads.c
@@ -22,13 +22,9 @@
#include <vlib/vlib.h>
#include <vlib/threads.h>
-#include <vlib/unix/cj.h>
#include <vlib/stat_weak_inlines.h>
-DECLARE_CJ_GLOBAL_LOG;
-
-
u32
vl (void *p)
{