forked from Imagelibrary/binutils-gdb
* top.c (user_args): Remove unused declaration.
This commit is contained in:
15
gdb/top.c
15
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
|
||||
|
||||
Reference in New Issue
Block a user