* parser-defs.h (write_exp_msymbol): Remove TEXT_SYMBOL_TYPE
[deliverable/binutils-gdb.git] / gdb / f-exp.y
index 121b2472833a6eb7bcd592a48c1c65018d00c9e8..c50106cc7f1f4ab3014cc13ecd94af8ded130236 100644 (file)
@@ -510,11 +510,7 @@ variable:  name_not_typename
                              msymbol =
                                lookup_minimal_symbol (arg, NULL, NULL);
                              if (msymbol != NULL)
-                               {
-                                 write_exp_msymbol (msymbol,
-                                                    lookup_function_type (builtin_type_int),
-                                                    builtin_type_int);
-                               }
+                               write_exp_msymbol (msymbol);
                              else if (!have_full_symbols () && !have_partial_symbols ())
                                error ("No symbol table is loaded.  Use the \"file\" command.");
                              else
This page took 0.025844 seconds and 4 git commands to generate.