diff options
Diffstat (limited to 'examples/performance-thread/common/lthread_tls.c')
-rw-r--r-- | examples/performance-thread/common/lthread_tls.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/performance-thread/common/lthread_tls.c b/examples/performance-thread/common/lthread_tls.c index 6876f831..47505f2d 100644 --- a/examples/performance-thread/common/lthread_tls.c +++ b/examples/performance-thread/common/lthread_tls.c @@ -42,7 +42,6 @@ #include <fcntl.h> #include <sys/time.h> #include <sys/mman.h> -#include <execinfo.h> #include <sched.h> #include <rte_malloc.h> |