Remove null_block_symbol
[deliverable/binutils-gdb.git] / gdb / solib-darwin.c
index b976b79091a06984eb6c6139f007de028d04b510..65a5b9afca0258c7b6577a2bdb5e4204cd5678f3 100644 (file)
@@ -653,7 +653,7 @@ darwin_lookup_lib_symbol (struct objfile *objfile,
                          const char *name,
                          const domain_enum domain)
 {
-  return (struct block_symbol) {NULL, NULL};
+  return {};
 }
 
 static gdb_bfd_ref_ptr
This page took 0.034976 seconds and 4 git commands to generate.