Remove null_block_symbol
[deliverable/binutils-gdb.git] / gdb / rust-lang.c
index 1cd92ff47a865159338bc9d3a77758cfe913ddac..0c6c13d738e64588798ade84cfa81769142b4a5c 100644 (file)
@@ -2020,7 +2020,7 @@ rust_lookup_symbol_nonlocal (const struct language_defn *langdef,
                             const struct block *block,
                             const domain_enum domain)
 {
-  struct block_symbol result = {NULL, NULL};
+  struct block_symbol result = {};
 
   if (symbol_lookup_debug)
     {
This page took 0.02497 seconds and 4 git commands to generate.