Fix the cppcheck warning:
instrument-functions.c:77:15: warning: The scope of the variable
'instrument_type' can be reduced. [variableScope]
[skip ci]
static long symcount;
static asection *text;
static bfd_vma vma;
- static char *instrument_type;
static int instrument_set;
static int instrument_off;
static int instrument_global;
int i;
if (!instrument_set) {
+ static char *instrument_type;
+
/* Get the configuration environment variable INSTRUMENT value if any */
instrument_type = getenv("INSTRUMENT");
/* unset or set to an empty string ? */