Make length_of_subexp static
It isn't used anywhere else than the file it's defined in. gdb/ChangeLog: * parse.c (length_of_subexp): Make static. * parser-defs.h (length_of_subexp): Remove.
This commit is contained in:
parent
c799a79d66
commit
cf81cf6081
3 changed files with 6 additions and 3 deletions
|
@ -827,7 +827,7 @@ prefixify_expression (struct expression *expr)
|
|||
/* Return the number of exp_elements in the postfix subexpression
|
||||
of EXPR whose operator is at index ENDPOS - 1 in EXPR. */
|
||||
|
||||
int
|
||||
static int
|
||||
length_of_subexp (struct expression *expr, int endpos)
|
||||
{
|
||||
int oplen, args;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue