dwarf2_physname patchset:
[deliverable/binutils-gdb.git] / gdb / ada-lang.c
index 7a2d2ca84e194d79cd4ee648a196f1f05ccba481..83796003094b00f4000e39b14ddba59c7397eb9f 100644 (file)
@@ -4781,14 +4781,10 @@ ada_lookup_symbol (const char *name, const struct block *block0,
 
 static struct symbol *
 ada_lookup_symbol_nonlocal (const char *name,
-                            const char *linkage_name,
                             const struct block *block,
                             const domain_enum domain)
 {
-  if (linkage_name == NULL)
-    linkage_name = name;
-  return ada_lookup_symbol (linkage_name, block_static_block (block), domain,
-                            NULL);
+  return ada_lookup_symbol (name, block_static_block (block), domain, NULL);
 }
 
 
This page took 0.025444 seconds and 4 git commands to generate.