gdb: Remove a use of VEC from dwarf2read.{c,h}
[deliverable/binutils-gdb.git] / gdb / dwarf2read.h
index d5a02990d41f2a45135e60230ab9096ddffa8e1a..aee8742a79ce7f4d43a439e9e074efe5070c688e 100644 (file)
@@ -401,9 +401,6 @@ struct signatured_type
   struct dwo_unit *dwo_unit;
 };
 
-typedef struct signatured_type *sig_type_ptr;
-DEF_VEC_P (sig_type_ptr);
-
 ULONGEST read_unsigned_leb128 (bfd *, const gdb_byte *, unsigned int *);
 
 /* This represents a '.dwz' file.  */
This page took 0.027985 seconds and 4 git commands to generate.