perf scripting python: Remove unnecessary 'static'
authorAdrian Hunter <adrian.hunter@intel.com>
Sun, 30 May 2021 19:22:56 +0000 (22:22 +0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Tue, 1 Jun 2021 13:02:25 +0000 (10:02 -0300)
commit4c62244e035e99a9e43d25a017cbe98f7562b21f
tree9dedd2034283b3dd2cd661044e65a7281b3dd327
parent6ea688382716c2f16b81051b44106229e5bf1fe1
perf scripting python: Remove unnecessary 'static'

The variables are always assigned before use, making the 'static'
storage class unnecessary.

Signed-off-by: Adrian Hunter <adrian.hunter@intel.com>
Cc: Arnaldo Carvalho de Melo <acme@kernel.org>
Cc: Andi Kleen <ak@linux.intel.com>
Cc: Jiri Olsa <jolsa@redhat.com>
Link: https://lore.kernel.org/r/20210530192308.7382-2-adrian.hunter@intel.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/scripts/python/Perf-Trace-Util/Context.c