* xcoffread.c (xcoff_sym_fns): Update.
[deliverable/binutils-gdb.git] / gdb / psympriv.h
index 8e8e15c1305cdb2e4d3181d639bbe7e4989fe238..95d7676cbfad496fad0a8d0fa337c118f1ae9447 100644 (file)
@@ -183,10 +183,4 @@ extern void discard_psymtab (struct partial_symtab *);
 #define        ALL_OBJFILE_PSYMTABS(objfile, p) \
     for ((p) = (objfile) -> psymtabs; (p) != NULL; (p) = (p) -> next)
 
-/* Traverse all psymtabs in all objfiles.  */
-
-#define        ALL_PSYMTABS(objfile, p) \
-  ALL_OBJFILES (objfile)        \
-    ALL_OBJFILE_PSYMTABS (objfile, p)
-
 #endif /* PSYMPRIV_H */
This page took 0.023279 seconds and 4 git commands to generate.