Remove unused variables from gdbserver
[deliverable/binutils-gdb.git] / gdb / gdbserver / linux-x86-tdesc.c
index c3aa20c982c33c3fb129f00f8021398254e26036..93122bffe83a105d16fa51b0bfbcc1b0e4676190 100644 (file)
@@ -69,10 +69,10 @@ xcr0_to_tdesc_idx (uint64_t xcr0, bool is_x32)
     return X86_TDESC_LAST;
 }
 
-static struct target_desc *i386_tdescs[X86_TDESC_LAST] = { };
-
 #if defined __i386__ || !defined IN_PROCESS_AGENT
 
+static struct target_desc *i386_tdescs[X86_TDESC_LAST] = { };
+
 /* Return the target description according to XCR0.  */
 
 const struct target_desc *
This page took 0.023115 seconds and 4 git commands to generate.