/* Print the C++ method arguments ARGS to the file STREAM. */
static void
-cp_type_print_method_args (struct type *mtype, const char *prefix,
+cp_type_print_method_args (struct type *mtype,
const char *varstring, int staticp,
struct ui_file *stream,
enum language language,
int varargs = mtype->has_varargs ();
int i;
- fprintf_symbol (stream, prefix,
- language_cplus, DMGL_ANSI);
fprintf_symbol (stream, varstring,
language_cplus, DMGL_ANSI);
gdb_puts ("(", stream);
struct type *mtype = TYPE_FN_FIELD_TYPE (f, j);
cp_type_print_method_args (mtype,
- "",
method_name,
staticp,
stream, language,