Remove MULTI_OBJFILE_P
[deliverable/binutils-gdb.git] / gdb / objfiles.h
index 49b4627d67cc5e27370d24cbcc86fc369e15cae6..0656cfe4a12f1f6e0280b804a49573e18c48c41c 100644 (file)
@@ -773,10 +773,6 @@ extern void default_iterate_over_objfiles_in_search_order
    uninitialized section index.  */
 #define SECT_OFF_BSS(objfile) (objfile)->sect_index_bss
 
-/* Answer whether there is more than one object file loaded.  */
-
-#define MULTI_OBJFILE_P() (object_files && object_files->next)
-
 /* Reset the per-BFD storage area on OBJ.  */
 
 void set_objfile_per_bfd (struct objfile *obj);
This page took 0.022429 seconds and 4 git commands to generate.