Move have_ptrace_getregset to linux-low.c
[deliverable/binutils-gdb.git] / gdb / gdbserver / linux-x86-low.c
index ec2d9068a0f5ed1471c4cdee0e23cf679fca1b0a..73fe6cd56c2b5bb09f5ee9e35725c7d373a8ef4c 100644 (file)
@@ -1142,9 +1142,6 @@ int have_ptrace_getfpxregs =
 #endif
 ;
 
-/* Does the current host support PTRACE_GETREGSET?  */
-static int have_ptrace_getregset = -1;
-
 /* Get Linux/x86 target description from running target.  */
 
 static const struct target_desc *
This page took 0.041548 seconds and 4 git commands to generate.