diff --git a/gdbsupport/tdesc.cc b/gdbsupport/tdesc.cc index c04f4943fc0..b2deea04613 100644 --- a/gdbsupport/tdesc.cc +++ b/gdbsupport/tdesc.cc @@ -400,7 +400,6 @@ void print_xml_feature::visit (const tdesc_reg *r) void print_xml_feature::visit_pre (const target_desc *e) { -#ifndef IN_PROCESS_AGENT add_line (""); add_line (""); add_line (""); @@ -418,7 +417,6 @@ void print_xml_feature::visit_pre (const target_desc *e) for (const auto &c : compatible_list) add_line ("%s", tdesc_compatible_info_arch_name (c)); -#endif } void print_xml_feature::visit_post (const target_desc *e)