@@ -1,5 +1,10 @@
YYYY-MM-DD Keith Seitz <keiths@redhat.com>
+ * linespec.c (symbolp): Remove typedef and VEC definitions.
+ (bound_minimal_symbol_d): Likewise.
+
+YYYY-MM-DD Keith Seitz <keiths@redhat.com>
+
* linespec.c (decode_compound_collector::decode_compound_collector):
Remove initialization for `m_symtabs'.
(decode_compound_collector::release_symbols): Change return type
@@ -81,9 +81,6 @@ enum class linespec_complete_what
typedef std::unique_ptr<std::vector<symtab *>> symtab_vector_up;
-typedef struct symbol *symbolp;
-DEF_VEC_P (symbolp);
-
/* An address entry is used to ensure that any given location is only
added to the result a single time. It holds an address and the
program space from which the address came. */
@@ -94,10 +91,6 @@ struct address_entry
CORE_ADDR addr;
};
-typedef struct bound_minimal_symbol bound_minimal_symbol_d;
-
-DEF_VEC_O (bound_minimal_symbol_d);
-
/* A linespec. Elements of this structure are filled in by a parser
(either parse_linespec or some other function). The structure is
then converted into SALs by convert_linespec_to_sals. */