From e3980ce2a9bf19ade17fdd9817765f2d1e17a0d8 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Sun, 24 Mar 2019 08:25:58 -0600 Subject: Make increase_expout_size static increase_expout_size is only called from parse.c, and probably only should be. This makes it "static". Tested by rebuilding. gdb/ChangeLog 2019-04-04 Tom Tromey * parser-defs.h (increase_expout_size): Don't declare. * parse.c (increase_expout_size): Now static. --- gdb/parser-defs.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'gdb/parser-defs.h') diff --git a/gdb/parser-defs.h b/gdb/parser-defs.h index 26e0a836c11..bb0d52bb05c 100644 --- a/gdb/parser-defs.h +++ b/gdb/parser-defs.h @@ -426,11 +426,5 @@ extern int exp_uses_objfile (struct expression *exp, struct objfile *objfile); extern void mark_completion_tag (enum type_code, const char *ptr, int length); -/* Reallocate the `expout' pointer inside PS so that it can accommodate - at least LENELT expression elements. This function does nothing if - there is enough room for the elements. */ - -extern void increase_expout_size (struct parser_state *ps, size_t lenelt); - #endif /* PARSER_DEFS_H */ -- cgit v1.2.1