From 232dc830f2cdd9d3614772f5446bc91954cb65ca Mon Sep 17 00:00:00 2001 From: Wei Dai Date: Mon, 13 Mar 2017 16:59:26 +0800 Subject: [PATCH] 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 --- examples/performance-thread/common/lthread_tls.c | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/performance-thread/common/lthread_tls.c b/examples/performance-thread/common/lthread_tls.c index 6876f831b7..47505f2d42 100644 --- a/examples/performance-thread/common/lthread_tls.c +++ b/examples/performance-thread/common/lthread_tls.c @@ -42,7 +42,6 @@ #include #include #include -#include #include #include -- 2.20.1