mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-27 09:38:57 +00:00
Remove dump_prefix_expression
Since the expression rewrite, dump_prefix_expression has been misnamed. This patch cleans this up by removing the function, turning it into a method on struct expression.
This commit is contained in:
@@ -59,12 +59,6 @@ op_name (enum exp_opcode opcode)
|
||||
}
|
||||
}
|
||||
|
||||
void
|
||||
dump_prefix_expression (struct expression *exp, struct ui_file *stream)
|
||||
{
|
||||
exp->op->dump (stream, 0);
|
||||
}
|
||||
|
||||
/* Meant to be used in debug sessions, so don't export it in a header file. */
|
||||
extern void ATTRIBUTE_USED debug_exp (struct expression *exp);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user