aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/tests/shell/coresight/unroll_loop_thread/unroll_loop_thread.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/perf/tests/shell/coresight/unroll_loop_thread/unroll_loop_thread.c')
-rw-r--r--tools/perf/tests/shell/coresight/unroll_loop_thread/unroll_loop_thread.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/perf/tests/shell/coresight/unroll_loop_thread/unroll_loop_thread.c b/tools/perf/tests/shell/coresight/unroll_loop_thread/unroll_loop_thread.c
index 8f6d384208ed..0fc7bf1a25af 100644
--- a/tools/perf/tests/shell/coresight/unroll_loop_thread/unroll_loop_thread.c
+++ b/tools/perf/tests/shell/coresight/unroll_loop_thread/unroll_loop_thread.c
@@ -51,7 +51,6 @@ static pthread_t new_thr(void *(*fn) (void *arg), void *arg)
int main(int argc, char **argv)
{
unsigned int i, thr;
- pthread_t threads[256];
struct args args[256];
if (argc < 2) {