aboutsummaryrefslogtreecommitdiff
path: root/gdb/top.c
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2001-05-17 15:05:32 +0000
committerEli Zaretskii <eliz@gnu.org>2001-05-17 15:05:32 +0000
commita577b05c322261facf38c95ad0d0966c6e42ec1b (patch)
tree2628203afa58f873f0eaa5824ea5fbcbab54c52b /gdb/top.c
parentd1778b88f8d8444f15ecf2dbbbf680c5659efb53 (diff)
downloadgdb-a577b05c322261facf38c95ad0d0966c6e42ec1b.zip
gdb-a577b05c322261facf38c95ad0d0966c6e42ec1b.tar.gz
gdb-a577b05c322261facf38c95ad0d0966c6e42ec1b.tar.bz2
* top.c (user_args): Remove unused declaration.
Diffstat (limited to 'gdb/top.c')
-rw-r--r--gdb/top.c15
1 files changed, 0 insertions, 15 deletions
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