diff options
Diffstat (limited to 'gdb/parse.c')
-rw-r--r-- | gdb/parse.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/parse.c b/gdb/parse.c index fb0dff2..6bbf25f 100644 --- a/gdb/parse.c +++ b/gdb/parse.c @@ -121,8 +121,6 @@ static expression_up parse_exp_in_context_1 (const char **, CORE_ADDR, const struct block *, int, int, int *); -void _initialize_parse (void); - /* Data structure for saving values of arglist_len for function calls whose arguments contain other function calls. */ |