* ax-gdb.c (expr_to_agent): Delete unused function.

(expr_to_address_and_size): Delete #if 0'd function.
* ax-gdb.h (expr_to_agent): Delete declaration.
This commit is contained in:
Jim Blandy
2007-10-26 23:42:28 +00:00
parent 74b35824fc
commit 624d6fb77c
3 changed files with 4 additions and 55 deletions

View File

@ -91,11 +91,6 @@ struct axs_value
/* Translating GDB expressions into agent expressions. */
/* Given a GDB expression EXPR, translate it into the agent bytecode,
and return it. FLAGS are from enum expr_to_agent_flags. */
extern struct agent_expr *expr_to_agent (struct expression *EXPR,
struct axs_value *VALUE);
/* Given a GDB expression EXPR denoting an lvalue in memory, produce a
string of agent bytecode which will leave its address and size on
the top of stack. Return the agent expression. */