diff options
Diffstat (limited to 'gdb/guile/scm-utils.c')
-rw-r--r-- | gdb/guile/scm-utils.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/guile/scm-utils.c b/gdb/guile/scm-utils.c index 8ea47f9..c24ff20 100644 --- a/gdb/guile/scm-utils.c +++ b/gdb/guile/scm-utils.c @@ -387,7 +387,6 @@ gdbscm_parse_function_args (const char *func_name, SCM rest = SCM_EOL; /* Keep track of malloc'd strings. We need to free them upon error. */ std::vector<char *> allocated_strings; - char *ptr; have_rest = validate_arg_format (format); num_keywords = count_keywords (keywords); |