p1.c: Remove log() symbol 13/213/1
authorKevin Paul Herbert <kph@cisco.com>
Thu, 4 Feb 2016 05:04:17 +0000 (21:04 -0800)
committerKevin Paul Herbert <kph@cisco.com>
Thu, 4 Feb 2016 05:05:10 +0000 (21:05 -0800)
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>
vnet/vnet/plugin/p1.c

index 08f00e8..853480d 100644 (file)
@@ -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)                          \