Remove some unused variables
[deliverable/binutils-gdb.git] / gdb / regformats / regdat.sh
index 5a8564ac50c0ae69787437d61c740cde2772f996..06f1ffc4305b8975f5ed3030308134516bf62985 100755 (executable)
@@ -163,6 +163,8 @@ done
 
 echo
 echo "static const char *expedite_regs_${name}[] = { \"`echo ${expedite} | sed 's/,/", "/g'`\", 0 };"
+
+echo "#ifndef IN_PROCESS_AGENT"
 if test "${feature}" != x; then
   echo "static const char *xmltarget_${name} = 0;"
 elif test "${xmltarget}" = x; then
@@ -184,7 +186,6 @@ fi
 echo
 
 cat <<EOF
-#ifndef IN_PROCESS_AGENT
   result->xmltarget = xmltarget_${name};
 #endif
 
This page took 0.024209 seconds and 4 git commands to generate.