examples/performance-thread: remove useless include
authorWei Dai <wei.dai@intel.com>
Mon, 13 Mar 2017 08:59:26 +0000 (16:59 +0800)
committerThomas Monjalon <thomas@monjalon.net>
Fri, 5 May 2017 13:03:39 +0000 (15:03 +0200)
commit232dc830f2cdd9d3614772f5446bc91954cb65ca
tree5d83742adb4d23a2655b90293d2ca373ed386176
parent2f6fec53909b90fa653b5d6ace0c4aeb4cce25b7
examples/performance-thread: remove useless include

There is no function to refer any part of execinfo.h, so remove the
reference to it.
And there is no this file in musl. So need to remove it to support musl.

Signed-off-by: Wei Dai <wei.dai@intel.com>
examples/performance-thread/common/lthread_tls.c