From 31a879ae21209676521cea407e11ebb918bef774 Mon Sep 17 00:00:00 2001 From: Kevin Paul Herbert Date: Wed, 3 Feb 2016 21:04:17 -0800 Subject: [PATCH] p1.c: Remove log() symbol This symbol is defined in the math library, and is a compiler built-in. Plug-ins that need it should link with -lm. Change-Id: I967c87ccea0e762b68ca59cfaa460f3d6e534a59 Signed-off-by: Kevin Paul Herbert --- vnet/vnet/plugin/p1.c | 1 - 1 file changed, 1 deletion(-) diff --git a/vnet/vnet/plugin/p1.c b/vnet/vnet/plugin/p1.c index 08f00e8d4a1..853480dd423 100644 --- a/vnet/vnet/plugin/p1.c +++ b/vnet/vnet/plugin/p1.c @@ -79,7 +79,6 @@ _(pg_stream_del) \ _(pg_stream_enable_disable) \ _(pg_main) \ _(ip_main) \ -_(log) \ _(unformat_pg_edit) \ _(unformat_tcp_udp_port) \ _(unformat_pg_number) \ -- 2.16.6