diff options
Diffstat (limited to 'gdb/parser-defs.h')
-rw-r--r-- | gdb/parser-defs.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gdb/parser-defs.h b/gdb/parser-defs.h index 26e0a83..bb0d52b 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 */ |