From: Eli Zaretskii Date: Thu, 17 May 2001 15:05:32 +0000 (+0000) Subject: * top.c (user_args): Remove unused declaration. X-Git-Tag: dberlin-typesystem-branchpoint~508 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a577b05c322261facf38c95ad0d0966c6e42ec1b;p=external%2Fbinutils.git * top.c (user_args): Remove unused declaration. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 461998e..ab8f59e 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2001-05-17 Eli Zaretskii + + * top.c (user_args): Remove unused declaration. + 2001-05-16 Michael Snyder * infcmd.c (do_registers_info): Move alloca outside of loop. diff --git a/gdb/top.c b/gdb/top.c index be4504d..79eaa41 100644 --- a/gdb/top.c +++ b/gdb/top.c @@ -224,21 +224,6 @@ int target_executing = 0; /* Level of control structure. */ static int control_level; -/* Structure for arguments to user defined functions. */ -#define MAXUSERARGS 10 -struct user_args - { - struct user_args *next; - struct - { - char *arg; - int len; - } - a[MAXUSERARGS]; - int count; - } - *user_args; - /* Signal to catch ^Z typed while reading a command: SIGTSTP or SIGCONT. */ #ifndef STOP_SIGNAL