aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/tests/shell/coresight/memcpy_thread/memcpy_thread.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/perf/tests/shell/coresight/memcpy_thread/memcpy_thread.c')
-rw-r--r--tools/perf/tests/shell/coresight/memcpy_thread/memcpy_thread.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/perf/tests/shell/coresight/memcpy_thread/memcpy_thread.c b/tools/perf/tests/shell/coresight/memcpy_thread/memcpy_thread.c
index a7e169d1bf64..5f886cd09e6b 100644
--- a/tools/perf/tests/shell/coresight/memcpy_thread/memcpy_thread.c
+++ b/tools/perf/tests/shell/coresight/memcpy_thread/memcpy_thread.c
@@ -42,7 +42,6 @@ static pthread_t new_thr(void *(*fn) (void *arg), void *arg)
int main(int argc, char **argv)
{
unsigned long i, len, size, thr;
- pthread_t threads[256];
struct args args[256];
long long v;