diff options
author | Kevin Paul Herbert <kph@cisco.com> | 2016-02-03 21:04:17 -0800 |
---|---|---|
committer | Kevin Paul Herbert <kph@cisco.com> | 2016-02-03 21:05:10 -0800 |
commit | 31a879ae21209676521cea407e11ebb918bef774 (patch) | |
tree | f2da5e73e91239fb708429b1872e9274a5cb3bf2 /vnet | |
parent | 1c11311b322ecf0b4bc88949f394922e9940ebb0 (diff) |
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 <kph@cisco.com>
Diffstat (limited to 'vnet')
-rw-r--r-- | vnet/vnet/plugin/p1.c | 1 |
1 files changed, 0 insertions, 1 deletions
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) \ |