aboutsummaryrefslogtreecommitdiff
path: root/gdb/xml-tdesc.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/xml-tdesc.c')
-rw-r--r--gdb/xml-tdesc.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/xml-tdesc.c b/gdb/xml-tdesc.c
index 5a1f459..a50ac5e 100644
--- a/gdb/xml-tdesc.c
+++ b/gdb/xml-tdesc.c
@@ -740,8 +740,6 @@ target_fetch_description_xml (struct target_ops *ops)
return {};
#else
- struct target_desc *tdesc;
-
gdb::unique_xmalloc_ptr<char>
tdesc_str = fetch_available_features_from_target ("target.xml", ops);
if (tdesc_str == NULL)